From cb11e245183466222de90390a27a0151d3a9a9d0 Mon Sep 17 00:00:00 2001 From: Bellangelo Date: Sat, 24 Aug 2024 04:55:16 +0300 Subject: [PATCH] Test action --- .github/workflows/replace-keywords.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/replace-keywords.yml b/.github/workflows/replace-keywords.yml index 6234961..1bf3e2e 100644 --- a/.github/workflows/replace-keywords.yml +++ b/.github/workflows/replace-keywords.yml @@ -6,7 +6,7 @@ on: jobs: replace-keywords: - if: github.actor != 'github-actions[bot]' # Ensure that the action isn't triggered by the bot itself. + if: github.actor != 'github-actions[bot]' # Ensure that the action isn't triggered by the bot itself runs-on: ubuntu-latest steps: - name: Replace Keywords in Comment