Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Jan 17, 2025
1 parent 9365a10 commit 92693ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop_ci_slack_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
message_format: ":fire: *${{github.event.workflow_run.name}}* ${{github.event.workflow_run.conclusion}} <${{github.server_url}}/${{github.repository}}/actions/runs/${{github.event.workflow_run.id}}|View Failure> author: ${{ github.event.workflow_run.head_commit.author.name }}"
footer: "${{ github.event.workflow_run.display_title }} \n<${{github.server_url}}/${{github.repository}}/commit/${{github.event.workflow_run.head_commit.id}}>"
env:
SLACK_WEBHOOK_URL: ${{ github.event.workflow_run.name == 'Nightly checks' }} ? ${{ secrets.DEV_BROKEN_CI_SLACK_WEBHOOK }} | ${{ secrets.DEV_BROKEN_CI_SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ github.event.workflow_run.name == 'Nightly checks' }} ? ${{ secrets.NIGHTLY_BROKEN_CI_SLACK_WEBHOOK }} | ${{ secrets.DEV_BROKEN_CI_SLACK_WEBHOOK }}

0 comments on commit 92693ee

Please sign in to comment.