mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-05-08 11:46:29 +00:00
(Attempt #6): Fix "Wordlist Updater - Awesome list of secrets in environment variables"
This commit is contained in:
parent
3b17a2ffe0
commit
f9a98ea32a
@ -34,11 +34,11 @@ jobs:
|
|||||||
run: echo "::set-output name=gitstatus::$(git status --porcelain)"
|
run: echo "::set-output name=gitstatus::$(git status --porcelain)"
|
||||||
|
|
||||||
- name: Commit changed files
|
- name: Commit changed files
|
||||||
if: steps.myoutputs.outputs.gitstatus != ""
|
if: steps.myoutputs.outputs.gitstatus != ''
|
||||||
run: git commit -m "[Github Action] Updated awesome-environment-variable-names.txt"
|
run: git commit -m "[Github Action] Updated awesome-environment-variable-names.txt"
|
||||||
|
|
||||||
- name: Push changes # push the output folder to your repo
|
- name: Push changes # push the output folder to your repo
|
||||||
if: steps.myoutputs.outputs.gitstatus != ""
|
if: steps.myoutputs.outputs.gitstatus != ''
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user