Use GITHUB_OUTPUT to replace set output in main CI
This commit is contained in:
parent
4221fbb144
commit
a5297a352c
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue