-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switched from manual commit to add-and-commit action
- Loading branch information
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |