We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f645e52 commit 360fc02Copy full SHA for 360fc02
1 file changed
.github/workflows/cicd-2-publish.yaml
@@ -143,7 +143,7 @@ jobs:
143
webhook-type: webhook-trigger
144
payload: |
145
status: "${{ job.status }}"
146
- link: "${{ github.event.pull_request.html_url }}"
147
- Author: "${{ github.event.pull_request.user.login }}"
148
- title: "${{ github.event.pull_request.title }}"
+ link: "https://github.com/${{ github.repository }}/commit/${{ github.sha }}"
+ Author: "${{ github.actor }}"
+ title: "Pushed to main"
149
version: "${{ needs.metadata.outputs.version }}"
0 commit comments