Skip to content

Commit 7d57bc1

Browse files
committed
fix(github): typo
1 parent 9062727 commit 7d57bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-evm/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
id: config-evm-impl-config-reader
3535
shell: bash
3636
run: |
37-
awk "/^${{ steps.config-evm-reader.outputs.impl }}":/{flag=1; next} /^[[:alnum:]]/{flag=0} flag" ./configs/evm-impl.yaml \
37+
awk "/^${{ steps.config-evm-reader.outputs.impl }}:/{flag=1; next} /^[[:alnum:]]/{flag=0} flag" ./configs/evm-impl.yaml \
3838
| sed 's/ //g' | sed 's/:/=/g' >> "$GITHUB_OUTPUT"
3939
- name: Print Variables for the selected EVM type
4040
shell: bash

0 commit comments

Comments
 (0)