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
|
- uses: actions/upload-artifact@v2
|
||||||
if: ${{ matrix.toolchain == 'stable' }}
|
if: ${{ matrix.toolchain == 'stable' }}
|
||||||
with:
|
with:
|
||||||
name: stabilizer_${{ github.sha }}
|
name: bin
|
||||||
path: |
|
path: |
|
||||||
target/*/release/stabilizer
|
target/*/release/stabilizer
|
||||||
stabilizer-release.bin
|
stabilizer-release.bin
|
||||||
|
2
.github/workflows/hitl.yml
vendored
2
.github/workflows/hitl.yml
vendored
@ -15,4 +15,4 @@ jobs:
|
|||||||
token: ${{ secrets.DISPATCH_PAT }}
|
token: ${{ secrets.DISPATCH_PAT }}
|
||||||
event-type: stabilizer
|
event-type: stabilizer
|
||||||
repository: quartiq/hitl
|
repository: quartiq/hitl
|
||||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
client-payload: '{"github": ${{ toJson(github) }}}'
|
||||||
|
Loading…
Reference in New Issue
Block a user