From 17abaa2bca3418bd1fa1f62882c3c95eb9366662 Mon Sep 17 00:00:00 2001 From: Jon Ross-Perkins Date: Tue, 6 Aug 2024 16:31:44 -0700 Subject: [PATCH] Fix stray quote in action (#4193) --- .github/workflows/discord_wiki.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/discord_wiki.yaml b/.github/workflows/discord_wiki.yaml index cf1d0794184a5..ca5b22eb8b738 100644 --- a/.github/workflows/discord_wiki.yaml +++ b/.github/workflows/discord_wiki.yaml @@ -19,8 +19,6 @@ jobs: with: egress-policy: audit - - uses: - 'oznu/gh-wiki-edit-discord-notification@1f5b688c27310fba606368b20469c81f5ffd9a2f - # v1.0.0' + - uses: oznu/gh-wiki-edit-discord-notification@1f5b688c27310fba606368b20469c81f5ffd9a2f # v1.0.0 with: discord-webhook-url: ${{ secrets.DISCORD_WEBHOOK_WIKI_EDIT }}