Skip to content

Commit

Permalink
fix: updated workflow to fire event
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinOvergaard committed Jun 30, 2024
1 parent 93e8b92 commit a0b5afb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/notify-parent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
with:
github-token: ${{ steps.app-token.outputs.token }}
script: |
await github.rest.actions.createWorkflowDispatch({
await github.repos.createDispatchEvent({
owner: 'openspaceaarhus',
repo: 'osaawebsite',
workflow_id: 'submodules.yml',
ref: 'master'
event_type: 'updateSubmodules'
})

0 comments on commit a0b5afb

Please sign in to comment.