Skip to content

Commit

Permalink
switched from manual commit to add-and-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInDark committed Nov 15, 2024
1 parent 3920bbe commit bb6f4a8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
echo "$GPG_PRIVATE_KEY" | tr '|' '\n' | gpg --batch --yes --import --verbose
gpg --verbose --pinentry-mode loopback -su '[email protected]' --batch --passphrase "$GPG_PASSPHRASE" list
reprepro -b repository/debian includedeb bookworm /tmp/libpam-daily-word_${{ github.ref_name }}_amd64.deb
git add repository/debian
git config --global user.name "repository maintainer bot"
git config --global user.email "[email protected]"
git commit -m "apt repository update"
git push
- uses: EndBug/add-and-commit@v9
with:
add: "repository/debian"
message: apt repository update
committer_name: GitHub Actions
committer_email: 41898282+github-actions[bot]@users.noreply.github.com

0 comments on commit bb6f4a8

Please sign in to comment.