From 31c96caf2e233c7722081d8940836e3666af33d9 Mon Sep 17 00:00:00 2001 From: Brady Holt Date: Wed, 25 Jan 2023 13:37:10 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af2eda4..d6b7b33 100644 --- a/README.md +++ b/README.md @@ -24,5 +24,5 @@ GitHub Action that posts a message to a Slack channel with: token: ${{ secrets.SLACK_API_TOKEN }} channel: "#general" - text: ":tada: This is a test from the $GITHUB_ACTION} workflow! " + text: ":tada: This is a test from the $GITHUB_ACTION workflow! " ```