1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-08-05 05:15:20 +00:00

github action user should have access to push to PR branch

This commit is contained in:
Your Name 2025-07-21 20:59:46 +02:00
parent 7ad76fd643
commit cc951bac16

View File

@ -130,8 +130,8 @@ jobs:
env:
SHARED: ${{ matrix.shared }}
run: |
git config user.name "hashcat-bot"
git config user.email "hashcat-bot@hashcat.net"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add docs/hashcat-help.md
git add docs/hashcat-example_hashes.md
if ! git diff --cached --quiet; then