Skip to content

Commit

Permalink
Use GITHUB_OUTPUT to replace set output in main CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jan 11, 2024
1 parent 4221fbb commit a5297a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
git ls-remote "https://github.com/$1" "${2:-HEAD}" | cut -f 1
}
fixturesHash=$(getHash status-im/nim-eth2-scenarios)
echo "::set-output name=fixtures::${fixturesHash}"
echo "fixtures=${fixturesHash}" >> $GITHUB_OUTPUT
- name: Build binaries (with trace logging enabled)
run: |
Expand Down

0 comments on commit a5297a3

Please sign in to comment.