Skip to content

Commit e241eb8

Browse files
author
ram.yamasani@reachlocal.com
committed
echo fix
1 parent d7d6e29 commit e241eb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# run: "gcloud config configurations list"
5252

5353
- name: 'Create datadiff SA'
54-
run: echo -e ${{ secrets.BQ_SA }} > bq_sa.json
54+
run: "echo -e ${{ secrets.BQ_SA }} > bq_sa.json"
5555

5656
# BigQuery end
5757

0 commit comments

Comments
 (0)