We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045ddac commit 7063764Copy full SHA for 7063764
1 file changed
.github/workflows/build.yaml
@@ -130,6 +130,6 @@ jobs:
130
uses: peter-evans/repository-dispatch@v3.0.0
131
with:
132
token: ${{ secrets.BUILD_TOKEN }}
133
- repository: jimboid/biosim-workshop-dash
+ repository: jimboid/biosim-workshops-dash
134
event-type: build
135
client-payload: '{"repo": "${{ github.repository }}", "tag": "${{ needs.build.outputs.tag }}"}'
0 commit comments