mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-21 00:35:51 +00:00
Edited workflow file
This commit is contained in:
@@ -19,11 +19,11 @@ jobs:
|
||||
run: |
|
||||
git add -N .
|
||||
|
||||
if [ -z "$(git ls-files --modified sources/)" ]; then
|
||||
if [ -z "$(git ls-files --modified)" ]; then
|
||||
echo "[+] No files were changed"
|
||||
else
|
||||
echo "[+] Files were changed! Pushing changed..."
|
||||
git stage sources/
|
||||
git add -A
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
||||
git config --local user.email "example@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
|
||||
Reference in New Issue
Block a user