Skip to content

Commit 5ff671b

Browse files
committed
chore: fix syntax of provision-by-terraform.yml
$ cd src/main/frontend $ npm install @action-validator/core @action-validator/cli --save-dev $ npx action-validator ~/git/mystamps/.github/workflows/provision-by-terraform.yml { "actionType": "workflow", "errors": [ { "code": "parse_error", "detail": "could not find expected ':' at line 87 column 7, while scanning a simple key at line 76 column 9", "path": "", "title": "Parse Error", "location": { "index": 3416, "line": 87, "column": 7 } } ] } Correction for e59534e commit Part of #1631 [skip ci]
1 parent e59534e commit 5ff671b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provision-by-terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
env:
7474
# https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-workflow
7575
VAULT_PASSWORD: ${{ secrets.VAULT_PASSWORD }}
76-
run |
76+
run: |
7777
echo -n "$VAULT_PASSWORD" >vault-pass.txt
7878
7979
for FILENAME in terraform.tfstate terraform.tfvars; do

0 commit comments

Comments
 (0)