From f9a98ea32a8576ed15555f45cb796e149e8dac8b Mon Sep 17 00:00:00 2001 From: PinkDev1 <5990@protonmail.com> Date: Sat, 1 Oct 2022 03:40:10 -0300 Subject: [PATCH] (Attempt #6): Fix "Wordlist Updater - Awesome list of secrets in environment variables" --- ...dater_awesome-list-of-secrets-in-environment-variables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml b/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml index 23b2a921..b99fc967 100644 --- a/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml +++ b/.github/workflows/wordlist-updater_awesome-list-of-secrets-in-environment-variables.yml @@ -34,11 +34,11 @@ jobs: run: echo "::set-output name=gitstatus::$(git status --porcelain)" - name: Commit changed files - if: steps.myoutputs.outputs.gitstatus != "" + if: steps.myoutputs.outputs.gitstatus != '' run: git commit -m "[Github Action] Updated awesome-environment-variable-names.txt" - name: Push changes # push the output folder to your repo - if: steps.myoutputs.outputs.gitstatus != "" + if: steps.myoutputs.outputs.gitstatus != '' uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }}