hitl: dispatch entire github object
This commit is contained in:
parent
ad3681f30b
commit
184a343a7a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
2
.github/workflows/hitl.yml
vendored
2
.github/workflows/hitl.yml
vendored
@ -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
Block a user