Skip to content

Commit da70eeb

Browse files
committed
Replace curl with wget
1 parent 5b793b3 commit da70eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-dependabot-reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Download and apply patch
6464
shell: bash
6565
run: |
66-
curl "$PATCH_URL" | git apply
66+
wget -O- "$PATCH_URL" | git apply
6767
env:
6868
PATCH_URL: ${{ github.event.pull_request.patch_url }}
6969

0 commit comments

Comments
 (0)