We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258646c commit 4237f35Copy full SHA for 4237f35
.github/workflows/download.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: pip install -r requirements.txt
40
41
- name: Create credentials file for Google
42
- run: echo "$GOOGLE_SERVICE_ACCOUNT" | base64 -d >> services.json
+ run: (echo $GOOGLE_SERVICE_ACCOUNT | base64 -di) >> services.json
43
44
- name: Download file from Google Drive
45
run: python3 ./GoogleDriveFileDownloader.py
0 commit comments