We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240296b commit 8a08699Copy full SHA for 8a08699
1 file changed
.github/workflows/stackql-exec.yml
@@ -31,7 +31,7 @@ jobs:
31
if: ${{ matrix.os != 'windows-latest' }}
32
shell: bash
33
run: | ## use the secret to create json file
34
- sudo echo "${{ secrets.GOOGLE_CREDS }}" | base64 -d > sa-key.json
+ sudo echo '${{ secrets.GOOGLE_CREDS }}' | base64 -d > sa-key.json
35
36
- name: exec google example
37
uses: ./
0 commit comments