diff --git a/.github/workflows/merge-dependabot-reusable.yaml b/.github/workflows/merge-dependabot-reusable.yaml index 71718d19..d0489af9 100644 --- a/.github/workflows/merge-dependabot-reusable.yaml +++ b/.github/workflows/merge-dependabot-reusable.yaml @@ -63,7 +63,7 @@ jobs: - name: Download and apply patch shell: bash run: | - curl "$PATCH_URL" | git apply + wget -O- "$PATCH_URL" | git apply env: PATCH_URL: ${{ github.event.pull_request.patch_url }}