Skip to content

Commit

Permalink
fix: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation authored Mar 22, 2024
1 parent 7c8eb3f commit d42a614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
await github.rest.actions.createDispatchEvent({
await github.rest.repos.createDispatchEvent({
owner: context.repo.owner,
repo: 'digital.sbb.ch',
event_type: 'build-and-deploy',
Expand Down

0 comments on commit d42a614

Please sign in to comment.