Skip to content

Commit

Permalink
always create PR
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbudd committed Sep 6, 2024
1 parent cb25e3e commit 4a616bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validateAllAddons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
git add ./addons/*/*.json
git commit -m "Delete invalid downloads"
- name: create PR for deleting invalid downloads
if: always()
run: gh pr create -B master -H delInvalidDownloads --title 'Delete invalid add-ons' --body 'Delete add-ons with invalid download links or invalid file hashes'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4a616bb

Please sign in to comment.