From 5622d8d61791be28a77903517a3c54ea7cf0c8d0 Mon Sep 17 00:00:00 2001 From: Chenglim Ear Date: Tue, 31 Oct 2023 13:08:31 -0700 Subject: [PATCH] try using bash to run script --- .github/workflows/verify-gdrive.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify-gdrive.yml b/.github/workflows/verify-gdrive.yml index 5693a2047..f58dcb621 100644 --- a/.github/workflows/verify-gdrive.yml +++ b/.github/workflows/verify-gdrive.yml @@ -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: