Skip to content

Commit

Permalink
try using bash to run script
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Oct 31, 2023
1 parent 49abac2 commit 5622d8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify-gdrive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Test pull from gdrive
uses: ./.devcontainer
with:
entrypoint: ./.devcontainer/post-action-command.sh
entrypoint: bash
args: ./.devcontainer/post-action-command.sh
- name: Archive pulled files
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5622d8d

Please sign in to comment.