Skip to content

Commit

Permalink
fix notification message
Browse files Browse the repository at this point in the history
  • Loading branch information
giomella committed Aug 30, 2023
1 parent 16583ad commit 11b9c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
status: ${{ needs.integration_test.result }}
token: ${{ secrets.GITHUB_TOKEN }}
notify_when: 'failure,skipped'
notification_title: '<{run_url}|Scheduled Integration Test> has {status_message} in ${{inputs.environment}} env'
notification_title: "<{run_url}|Scheduled Integration Test> has {status_message} in ${{( github.event.inputs == null && 'dev') || inputs.environment }} env"
message_format: '{emoji} <{run_url}|{workflow}> {status_message} in <{repo_url}|{repo}>'
footer: 'Linked to <{workflow_url}| workflow file>'
env:
Expand Down

0 comments on commit 11b9c92

Please sign in to comment.