We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748799d commit 009ed59Copy full SHA for 009ed59
.github/workflows/backup-eclipse-releases-to-gcp.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- name: Authenticate to GCP
29
run: |
30
- echo -e "${{ secrets.CDN_SPRING_IO_BACKUP_GCP_BUCKET_JSON }}" > ./gcp.json
+ echo -e '${{ secrets.CDN_SPRING_IO_BACKUP_GCP_BUCKET_JSON }}' > ./gcp.json
31
gcloud auth activate-service-account --key-file=./gcp.json
32
rm -f gcp.json
33
- uses: actions/checkout@v4
0 commit comments