From 9e8df3aad1be1b3ab992a06d2c34ca896ae36668 Mon Sep 17 00:00:00 2001 From: mathew-fleisch Date: Tue, 3 Aug 2021 15:05:30 -0700 Subject: [PATCH] Update messaging in build-container action --- .github/workflows/build-container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index 0531e1a..13c696e 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -58,4 +58,4 @@ jobs: wget -q https://github.com/mathew-fleisch/bashbot/releases/download/${{ env.RELEASE_VERSION }}/bashbot-${os}-${arch} -O bashbot chmod +x bashbot ./bashbot --version - ./bashbot --slack-token ${{ secrets.RELEASE_SLACK_TOKEN }} --config-file .github/workflows/release-config.json --send-message-channel ${{ env.SLACK_CHANNEL }} --send-message-text "Bashbot has been released!" \ No newline at end of file + ./bashbot --slack-token ${{ secrets.RELEASE_SLACK_TOKEN }} --config-file .github/workflows/release-config.json --send-message-channel ${{ env.SLACK_CHANNEL }} --send-message-text "Bashbot has been released and have been pushed!" \ No newline at end of file