From bd23f0c3ffd048beba33b4edf4fcf4799c894678 Mon Sep 17 00:00:00 2001 From: PinkDev1 <5990@protonmail.com> Date: Sat, 29 Jan 2022 05:24:35 +0000 Subject: [PATCH] Fixed wordlist updater github action (again) --- .github/workflows/wordlist-updater_combined_words.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wordlist-updater_combined_words.yml b/.github/workflows/wordlist-updater_combined_words.yml index e285f4c3..786672e3 100644 --- a/.github/workflows/wordlist-updater_combined_words.yml +++ b/.github/workflows/wordlist-updater_combined_words.yml @@ -25,7 +25,7 @@ jobs: - name: Check for changes run: git status - name: Stage changed files - run: git add combined_words.txt + run: git add Discovery/Web-Content/combined_words.txt - name: Commit changed files run: git commit -m "[Github Action] Updated combined_words.txt" - name: Fetch from master