We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7063764 commit b5ac631Copy full SHA for b5ac631
1 file changed
.github/workflows/build.yaml
@@ -132,4 +132,4 @@ jobs:
132
token: ${{ secrets.BUILD_TOKEN }}
133
repository: jimboid/biosim-workshops-dash
134
event-type: build
135
- client-payload: '{"repo": "${{ github.repository }}", "tag": "${{ needs.build.outputs.tag }}"}'
+ client-payload: '{"repo": "${{ github.event.repository.name }}", "tag": "${{ needs.build.outputs.tag }}"}'
0 commit comments