hitl: dispatch entire github object

master
Robert Jördens 2021-01-09 20:00:02 +01:00
parent ad3681f30b
commit 184a343a7a
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ jobs:
- uses: actions/upload-artifact@v2
if: ${{ matrix.toolchain == 'stable' }}
with:
name: stabilizer_${{ github.sha }}
name: bin
path: |
target/*/release/stabilizer
stabilizer-release.bin

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