We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a095a4e + 70ecab9 commit 8024507Copy full SHA for 8024507
1 file changed
.github/workflows/build.yaml
@@ -179,6 +179,6 @@ jobs:
179
uses: peter-evans/repository-dispatch@v3.0.0
180
with:
181
token: ${{ secrets.BUILD_TOKEN }}
182
- repository: jimboid/biosim-workshop-dash
+ repository: jimboid/biosim-workshops-dash
183
event-type: build
184
- 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