diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index 61cd47d..7c73e13 100644 --- a/.github/workflows/fetch_dependencies.yml +++ b/.github/workflows/fetch_dependencies.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Fetch Dependencies - run: ./scripts/fetch_dependencies.sh + run: bash ./scripts/fetch_dependencies.sh - name: Create Pull Request uses: peter-evans/create-pull-request@v5