Skip to content

Commit d9f9d40

Browse files
committed
Adjust failure message to be more general
Issue gh-50
1 parent 2ffa90c commit d9f9d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-scheduled-release-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
webhook-url: ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }}
7070
status: ${{ job.status }}
7171
build-scan-url: ${{ steps.build-and-publish.outputs.build-scan-url }}
72-
run-name: ${{ format('spring-security/{0}', github.ref_name) }}
72+
run-name: ${{ format('{0} ({1}/{2})', github.action, github.repository, github.ref_name) }}

0 commit comments

Comments
 (0)