File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -50,21 +50,21 @@ jobs:
50
50
create_credentials_file : ' true'
51
51
access_token_lifetime : 600s
52
52
- id : secrets
53
- uses : ' google-github-actions/get-secretmanager-secrets@v2'
54
- with :
53
+ uses : ' google-github-actions/get-secretmanager-secrets@v2'
54
+ with :
55
55
secrets : |-
56
56
slack_secret:nodejs-docs-samples-tests/nodejs-docs-samples-slack-secret
57
57
kg_api_key:nodejs-docs-samples-tests/nodejs-docs-samples-kg-api-key
58
58
59
59
with :
60
60
node-version : 16
61
61
- name : Get npm cache directory
62
- id : npm-cache-dir
63
- shell : bash
64
- run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
62
+ id : npm-cache-dir
63
+ shell : bash
64
+ run : echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
65
65
- uses : actions/cache@v4
66
- id : npm-cache
67
- with :
66
+ id : npm-cache
67
+ with :
68
68
path : ${{ steps.npm-cache-dir.outputs.dir }}
69
69
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
70
70
restore-keys : |
You can’t perform that action at this time.
0 commit comments