Fixed wordlist updater github action (again)

This commit is contained in:
PinkDev1 2022-01-29 05:24:35 +00:00 committed by GitHub
parent c3392900fe
commit bd23f0c3ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
- name: Check for changes - name: Check for changes
run: git status run: git status
- name: Stage changed files - name: Stage changed files
run: git add combined_words.txt run: git add Discovery/Web-Content/combined_words.txt
- name: Commit changed files - name: Commit changed files
run: git commit -m "[Github Action] Updated combined_words.txt" run: git commit -m "[Github Action] Updated combined_words.txt"
- name: Fetch from master - name: Fetch from master