Skip to content

Commit 9290e73

Browse files
committed
Testing additional fixes.
1 parent 851c6e8 commit 9290e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/download.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
(echo $GOOGLE_SERVICE_ACCOUNT) >> services_encoded.json
4444
wc -l services_encoded.json
4545
git add services_encoded.json
46-
((cat services_encoded.json) | base64 -di) >> services.json
46+
(cat services_encoded.json) | base64 -di >> services.json
4747
wc -l services.json
4848
git add services.json
4949

0 commit comments

Comments
 (0)