Skip to content

Commit 06aa0a9

Browse files
jordanbreen28jordanbreen28
authored andcommitted
(maint) - Update nightly.yml
Fixes broken echo in nightly.yml
1 parent aeb341f commit 06aa0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: "Authenticate to GCP"
8585
run: |
86-
echo ${{ secrets.GCP_CONNECTION }} > creds.json
86+
echo '${{ secrets.GCP_CONNECTION }}' >> creds.json
8787
bundle exec bolt file upload creds.json creds.json -t ssh_nodes -i spec/fixtures/litmus_inventory.yaml
8888
bundle exec bolt command run "gcloud auth activate-service-account --key-file creds.json" -t ssh_nodes -i spec/fixtures/litmus_inventory.yaml
8989

0 commit comments

Comments
 (0)