Skip to content

Commit

Permalink
Restore dispatch event fully to original state
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter authored May 15, 2024
1 parent 0f4a53a commit a78d138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
run: |
export DISPATCH_ACTION="$(echo run_build)"
echo "NEW_DISPATCH_ACTION=$DISPATCH_ACTION" >> $GITHUB_ENV
- name: Repository Dispatch to pspsdk
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
repository: ${{ github.repository_owner }}/pspsdk
token: ${{ secrets.DISPATCH_TOKEN }}
event-type: ${{ env.NEW_DISPATCH_ACTION }}
client-payload: '{"ref": "${{ github.ref }}"}'

0 comments on commit a78d138

Please sign in to comment.