mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-13 01:06:37 +00:00
Improved the job name for the "Wordlist Updater - Awesome list of secrets in environment variables" github action
This commit is contained in:
+4
-6
@@ -6,9 +6,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test.txt'
|
- 'test.txt'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_combined_words:
|
update_awesome-environment-variable-names:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -18,9 +17,6 @@ jobs:
|
|||||||
- name: Switching from HTTPS to SSH
|
- name: Switching from HTTPS to SSH
|
||||||
run: git remote set-url origin git@github.com:danielmiessler/SecLists.git
|
run: git remote set-url origin git@github.com:danielmiessler/SecLists.git
|
||||||
|
|
||||||
- name: Check for changes
|
|
||||||
run: git status
|
|
||||||
|
|
||||||
- name: Stage changed files
|
- name: Stage changed files
|
||||||
run: git add Discovery/Variables/awesome-environment-variable-names.txt
|
run: git add Discovery/Variables/awesome-environment-variable-names.txt
|
||||||
|
|
||||||
@@ -31,7 +27,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Check git status and save to output
|
- name: Check git status and save to output
|
||||||
id: myoutputs
|
id: myoutputs
|
||||||
run: echo "::set-output name=gitstatus::$(git status --porcelain)"
|
run: |
|
||||||
|
git status
|
||||||
|
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 != ''
|
||||||
|
|||||||
Reference in New Issue
Block a user