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:
parent
7ad76fd643
commit
cc951bac16
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user