Skip to content

Commit 4f142ab

Browse files
committed
Fixed yaml syntax error in validate.yml
1 parent 2a741f6 commit 4f142ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ jobs:
103103
echo "Integration tests completed successfully!"
104104
105105
- name: Example Test
106-
env:
107-
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
108-
OP_VAULT_ID: ${{ secrets.TEST_SERVICE_ACCOUNT_VAULT_ID }}
109-
run: |
110-
python example/example.py
106+
env:
107+
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
108+
OP_VAULT_ID: ${{ secrets.TEST_SERVICE_ACCOUNT_VAULT_ID }}
109+
run: |
110+
python example/example.py
111111
112112
- run: |
113113
echo "Example file ran successfully!"

0 commit comments

Comments
 (0)