We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851c6e8 commit 9290e73Copy full SHA for 9290e73
1 file changed
.github/workflows/download.yaml
@@ -43,7 +43,7 @@ jobs:
43
(echo $GOOGLE_SERVICE_ACCOUNT) >> services_encoded.json
44
wc -l services_encoded.json
45
git add services_encoded.json
46
- ((cat services_encoded.json) | base64 -di) >> services.json
+ (cat services_encoded.json) | base64 -di >> services.json
47
wc -l services.json
48
git add services.json
49
0 commit comments