Skip to content

Commit

Permalink
Replace curl with wget
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Jan 8, 2024
1 parent 5b793b3 commit da70eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-dependabot-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit da70eeb

Please sign in to comment.