Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Mar 3, 2023
1 parent 614e42f commit 59dbdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/consolidated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set BUILD_ID
id: build-id
run: |
echo ::set-output name=BUILD_ID::${{ jobs.build-id.steps.prep.outputs.BUILD_ID }}
echo ::set-output name=BUILD_ID::${{ steps.prep.outputs.BUILD_ID }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit 59dbdb8

Please sign in to comment.