Skip to content

Commit

Permalink
Adjust failure message to be more general
Browse files Browse the repository at this point in the history
Issue gh-50
  • Loading branch information
sjohnr committed Aug 2, 2024
1 parent 2ffa90c commit d9f9d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-scheduled-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
webhook-url: ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }}
status: ${{ job.status }}
build-scan-url: ${{ steps.build-and-publish.outputs.build-scan-url }}
run-name: ${{ format('spring-security/{0}', github.ref_name) }}
run-name: ${{ format('{0} ({1}/{2})', github.action, github.repository, github.ref_name) }}

0 comments on commit d9f9d40

Please sign in to comment.