File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
2525 with :
2626 base64-encoded-secret : ${{ secrets.SERVICE_ACCOUNT }}
2727 filename : decisive-fabric-155319-3dcd7ac1c659.json
28- working-directory : " /home/runner/work/python-pipelines/gdrive-aws-data-sync-workflow"
28+ working-directory : " /home/runner/work/python-pipelines/python-pipelines/ gdrive-aws-data-sync-workflow"
2929 # Has to be a better way to do this DRY
3030 - name : Inject Secrets to Directory
3131 uses : mobiledevops/secret-to-file-action@v1
3232 with :
3333 base64-encoded-secret : ${{ secrets.ENV }}
3434 filename : .env
35- working-directory : " /home/runner/work/python-pipelines/gdrive-aws-data-sync-workflow"
35+ working-directory : " /home/runner/work/python-pipelines/python-pipelines/ gdrive-aws-data-sync-workflow"
3636 - run : |
3737 cd gdrive-aws-sync-workflow && pip install -r requirements.txt && python gdrive_sync_to_s3.py
3838
You can’t perform that action at this time.
0 commit comments