Merge pull request #235 from quartiq/hitl

hitl: dispatch entire github object
This commit is contained in:
Robert Jördens 2021-01-20 15:10:54 +01:00 committed by GitHub
commit 1cf3ce322c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) }}}'