Skip to content

Commit d7d6e29

Browse files
author
ram.yamasani@reachlocal.com
committed
Fix
1 parent 10adea7 commit d7d6e29

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 ${{ 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)