mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-26 17:02:25 +02:00
(Attempt #2): Fix "Wordlist Updater - Awesome list of secrets in environment variables"
This commit is contained in:
parent
d2613c5eab
commit
f70fe55e47
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
git config --local user.email "example@github.com"
|
||||
git config --local user.name "GitHub Action"
|
||||
- name: Set environment variables
|
||||
run: echo "::set-output name=gitstatus::$(git status --porcelain)"
|
||||
run: echo "::set-output name=gitstatus::$(git status --porcelain)"
|
||||
- name: Commit changed files
|
||||
if: steps.version.outputs.gitstatus != ""
|
||||
run: git commit -m "[Github Action] Updated awesome-environment-variable-names.txt"
|
||||
|
|
|
|||
Loading…
Reference in a new issue