From 27ad0e58a731d0225a89cd8b2bff9ed3634b345a Mon Sep 17 00:00:00 2001 From: PinkDev1 <5990@protonmail.com> Date: Sat, 29 Jan 2022 06:30:06 +0000 Subject: [PATCH] Prepared github action for merging --- .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 d7922e57..8c83249e 100644 --- a/.github/workflows/wordlist-updater_combined_words.yml +++ b/.github/workflows/wordlist-updater_combined_words.yml @@ -20,7 +20,7 @@ jobs: - name: Generate combined_words.txt run: cd Discovery/Web-Content/ && cat common.txt raft-small-words* raft-medium-words* big.txt raft-large-words* | awk '! seen[$0]++' > combined_words.txt - name: Switching from HTTPS to SSH - run: git remote set-url origin ${{ secrets.ssh }} + run: git remote set-url origin git@github.com:danielmiessler/SecLists.git - name: Check for changes run: git status - name: Stage changed files