Skip to content

Commit

Permalink
chore: output debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Mar 14, 2024
1 parent 5c06514 commit d8a9d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "version=$version" >> $GITHUB_OUTPUT
- name: Echo outputs
run: |
echo "${{ fromJSON(steps.fetch.outputs.outputs) }}"
echo "${{ steps.fetch.outputs.outputs }}"
build_fcos:
name: fedora-coreos
Expand Down

0 comments on commit d8a9d37

Please sign in to comment.