Skip to content

Commit 8024507

Browse files
authored
Merge pull request #43 from jimboid/jimboid-patch-1
Update build.yaml
2 parents a095a4e + 70ecab9 commit 8024507

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ jobs:
179179
uses: peter-evans/repository-dispatch@v3.0.0
180180
with:
181181
token: ${{ secrets.BUILD_TOKEN }}
182-
repository: jimboid/biosim-workshop-dash
182+
repository: jimboid/biosim-workshops-dash
183183
event-type: build
184-
client-payload: '{"repo": "${{ github.repository }}", "tag": "${{ needs.build.outputs.tag }}"}'
184+
client-payload: '{"repo": "${{ github.event.repository.name }}", "tag": "${{ needs.build.outputs.tag }}"}'

0 commit comments

Comments
 (0)