diff --git a/.github/workflows/update-json-file.yml b/.github/workflows/update-json-file.yml index 78ae001..7a75806 100644 --- a/.github/workflows/update-json-file.yml +++ b/.github/workflows/update-json-file.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: jobs: - update_readme_file: + update_json_file: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -23,7 +23,7 @@ jobs: id: verify_diff run: | git diff --quiet . || echo "changed=true" >> $GITHUB_OUTPUT - - name: Update README file + - name: Update JSON file if: steps.verify_diff.outputs.changed == 'true' run: | git config --global user.name 'Krypton' diff --git a/wordlists.json b/wordlists.json new file mode 100644 index 0000000..e69de29