Skip to content

Commit

Permalink
Include the branch name in the dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Jul 1, 2024
1 parent 2a99596 commit 201cc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: WEC-Sim/WEC-Sim_Applications
event-type: wecsim-${{ github.ref_name }}
client-payload: '{"sha": "${{ github.sha }}"}'
client-payload: '{"sha": "${{ github.sha }}", "branch": "${{ github.ref_name }}"}'

0 comments on commit 201cc7b

Please sign in to comment.