Skip to content

Commit

Permalink
chore(ci): tricky retry outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Mar 14, 2024
1 parent f77efbf commit 5c06514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
name: Get Stream Info
runs-on: ubuntu-latest
outputs:
linux: ${{ fromJSON(steps.fetch.outputs).linux }}
version: ${{ fromJSON(steps.fetch.outputs).version }}
linux: ${{ fromJSON(steps.fetch.outputs.outputs).linux }}
version: ${{ fromJSON(steps.fetch.outputs.outputs).version }}
steps:
- name: Fetch CoreOS stream versions
id: fetch
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
echo "version=$version" >> $GITHUB_OUTPUT
- name: Echo outputs
run: |
echo "${{ fromJSON(steps.fetch.outputs) }}"
echo "${{ fromJSON(steps.fetch.outputs.outputs) }}"
build_fcos:
name: fedora-coreos
Expand Down

0 comments on commit 5c06514

Please sign in to comment.