chore: Rename the job title
This commit is contained in:
4
.github/workflows/update-json-file.yml
vendored
4
.github/workflows/update-json-file.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update_readme_file:
|
update_json_file:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
id: verify_diff
|
id: verify_diff
|
||||||
run: |
|
run: |
|
||||||
git diff --quiet . || echo "changed=true" >> $GITHUB_OUTPUT
|
git diff --quiet . || echo "changed=true" >> $GITHUB_OUTPUT
|
||||||
- name: Update README file
|
- name: Update JSON file
|
||||||
if: steps.verify_diff.outputs.changed == 'true'
|
if: steps.verify_diff.outputs.changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'Krypton'
|
git config --global user.name 'Krypton'
|
||||||
|
|||||||
0
wordlists.json
vendored
Normal file
0
wordlists.json
vendored
Normal file
Reference in New Issue
Block a user