Skip to content

Commit 8a08699

Browse files
add quote
1 parent 240296b commit 8a08699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stackql-exec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: ${{ matrix.os != 'windows-latest' }}
3232
shell: bash
3333
run: | ## use the secret to create json file
34-
sudo echo "${{ secrets.GOOGLE_CREDS }}" | base64 -d > sa-key.json
34+
sudo echo '${{ secrets.GOOGLE_CREDS }}' | base64 -d > sa-key.json
3535
3636
- name: exec google example
3737
uses: ./

0 commit comments

Comments
 (0)