Merge pull request #235 from quartiq/hitl
hitl: dispatch entire github object
This commit is contained in:
commit
1cf3ce322c
|
@ -15,4 +15,4 @@ jobs:
|
|||
token: ${{ secrets.DISPATCH_PAT }}
|
||||
event-type: stabilizer
|
||||
repository: quartiq/hitl
|
||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
||||
client-payload: '{"github": ${{ toJson(github) }}}'
|
||||
|
|
Loading…
Reference in New Issue