We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ffa90c commit d9f9d40Copy full SHA for d9f9d40
.github/workflows/update-scheduled-release-version.yml
@@ -69,4 +69,4 @@ jobs:
69
webhook-url: ${{ secrets.SPRING_SECURITY_CI_GCHAT_WEBHOOK_URL }}
70
status: ${{ job.status }}
71
build-scan-url: ${{ steps.build-and-publish.outputs.build-scan-url }}
72
- run-name: ${{ format('spring-security/{0}', github.ref_name) }}
+ run-name: ${{ format('{0} ({1}/{2})', github.action, github.repository, github.ref_name) }}
0 commit comments