We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9062727 commit 7d57bc1Copy full SHA for 7d57bc1
.github/actions/build-evm/action.yaml
@@ -34,7 +34,7 @@ runs:
34
id: config-evm-impl-config-reader
35
shell: bash
36
run: |
37
- awk "/^${{ steps.config-evm-reader.outputs.impl }}":/{flag=1; next} /^[[:alnum:]]/{flag=0} flag" ./configs/evm-impl.yaml \
+ awk "/^${{ steps.config-evm-reader.outputs.impl }}:/{flag=1; next} /^[[:alnum:]]/{flag=0} flag" ./configs/evm-impl.yaml \
38
| sed 's/ //g' | sed 's/:/=/g' >> "$GITHUB_OUTPUT"
39
- name: Print Variables for the selected EVM type
40
0 commit comments