Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit d6d2ac1

Browse files
committed
fix env variable typo
1 parent e30762c commit d6d2ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- run: |
14-
export PROTOCOL=${{vars.PROCOL}} && ./tests/setup_and_run.sh
14+
export PROTOCOL=${{vars.PROTOCOL}} && ./tests/setup_and_run.sh
1515
test-protocol-with-env-variables:
1616
if: ! vars.use_custom_variables
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)