From a5cf7ee095774b9045adf5468720f253e70958f5 Mon Sep 17 00:00:00 2001 From: Piyal Basu Date: Wed, 11 Dec 2024 17:10:07 -0500 Subject: [PATCH] fix string interpolation in beta slack msg --- .github/workflows/submitBeta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submitBeta.yml b/.github/workflows/submitBeta.yml index 7c429e987f..999b040162 100644 --- a/.github/workflows/submitBeta.yml +++ b/.github/workflows/submitBeta.yml @@ -115,7 +115,7 @@ jobs: SLACK_CHANNEL: team-wallet-eng SLACK_COLOR: "#391EDA" SLACK_ICON: https://github.com/stellar/freighter/blob/master/docs/static/images/logo.png?size=48 - SLACK_MESSAGE: "https://github.com/stellar/freighter/releases/tag/{{ github.event.inputs.release }}-beta.${{ github.event.inputs.version }}" + SLACK_MESSAGE: "https://github.com/stellar/freighter/releases/tag/${{ github.event.inputs.release }}-beta.${{ github.event.inputs.version }}" SLACK_TITLE: Freighter v${{ github.event.inputs.release }}-beta.${{ github.event.inputs.version }} has been submitted for testing! SLACK_USERNAME: Freighter Administrative Assistant SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}