Skip to content

Commit 63b268b

Browse files
authored
fix: repair yaml indentation (#3804)
1 parent b9ca7ad commit 63b268b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/functions-slack.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ jobs:
5050
create_credentials_file: 'true'
5151
access_token_lifetime: 600s
5252
- id: secrets
53-
uses: 'google-github-actions/get-secretmanager-secrets@v2'
54-
with:
53+
uses: 'google-github-actions/get-secretmanager-secrets@v2'
54+
with:
5555
secrets: |-
5656
slack_secret:nodejs-docs-samples-tests/nodejs-docs-samples-slack-secret
5757
kg_api_key:nodejs-docs-samples-tests/nodejs-docs-samples-kg-api-key
5858
- uses: actions/[email protected]
5959
with:
6060
node-version: 16
6161
- 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}
6565
- uses: actions/cache@v4
66-
id: npm-cache
67-
with:
66+
id: npm-cache
67+
with:
6868
path: ${{ steps.npm-cache-dir.outputs.dir }}
6969
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
7070
restore-keys: |

0 commit comments

Comments
 (0)