Skip to content

Commit

Permalink
Merge pull request #77 from dscho/allow-update-scripts-to-touch-more-…
Browse files Browse the repository at this point in the history
…than-PKGBUILD

open-pr: allow `update-scripts` to add/modify/remove files
  • Loading branch information
dscho authored Mar 14, 2024
2 parents 253b3c4 + bd5eaeb commit 8def9c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ jobs:
updpkgsums
fi &&
msg="$PACKAGE_TO_UPGRADE: update to $UPGRADE_TO_VERSION" &&
git commit -sm "$msg" PKGBUILD &&
git add PKGBUILD &&
git commit -sm "$msg" &&
echo "msg=$msg" >>$GITHUB_OUTPUT &&
echo "modified=true" >>$GITHUB_OUTPUT
- name: check if the package was already deployed
Expand Down

0 comments on commit 8def9c6

Please sign in to comment.