From f51fea3d770e246873f9736d389dba11ad24359c Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Mon, 25 Jul 2022 16:36:37 +0000 Subject: [PATCH] enclose yaml special chars string in quotes --- .github/workflows/wordlist-updater_fuzzing_etc_files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wordlist-updater_fuzzing_etc_files.yml b/.github/workflows/wordlist-updater_fuzzing_etc_files.yml index 3e86bd0f..247da06d 100644 --- a/.github/workflows/wordlist-updater_fuzzing_etc_files.yml +++ b/.github/workflows/wordlist-updater_fuzzing_etc_files.yml @@ -26,4 +26,4 @@ jobs: # commit and push - uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: [Github Action] Updated LFI-etc-files-of-all-linux-packages.txt + commit_message: '[Github Action] Updated LFI-etc-files-of-all-linux-packages.txt'