Skip to content

Commit

Permalink
[PAGOPA-2614] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelemella committed Jan 30, 2025
1 parent 7b52ee7 commit 68cc7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/06_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,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 ${{(github.event.inputs == null && "uat") || inputs.environment }}'
notification_title: "<{run_url}|Scheduled Integration Test> has {status_message} in ${{(github.event.inputs == null && 'uat') || inputs.environment }}"
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 68cc7be

Please sign in to comment.