We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
curl
wget
1 parent 5b793b3 commit da70eebCopy full SHA for da70eeb
.github/workflows/merge-dependabot-reusable.yaml
@@ -63,7 +63,7 @@ jobs:
63
- name: Download and apply patch
64
shell: bash
65
run: |
66
- curl "$PATCH_URL" | git apply
+ wget -O- "$PATCH_URL" | git apply
67
env:
68
PATCH_URL: ${{ github.event.pull_request.patch_url }}
69
0 commit comments