From 363e4f41da2b854cc9d108a2ff223cb6099e6936 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Tue, 7 Sep 2021 22:43:41 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e0c2bc..46b99b9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success' run: | TEMPLATE='[{"color": $color, "description": $desc}]' - DESC="__**Container Updated**__ $'\n'**Container Name:** $GITHUB_REPOSITORY $'\n'**Version:** ${{ env.VERSION_TAG }}$'\n'**Build:** https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID$'\n'**Status:** Success\n**Change:** https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA$'\n'" + DESC="__**Container Updated**__ \n**Container Name:** $GITHUB_REPOSITORY \n**Version:** ${{ env.VERSION_TAG }}\n**Build:** https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID$\n**Status:** Success \n**Change:** https://github.com/$GITHUB_REPOSITORY/commit/$GITHUB_SHA \n" echo "DISCORD_EMBEDS=$(jq -nc --arg color "1681177" --arg desc "$DESC" "$TEMPLATE")" >> $GITHUB_ENV - name: Discord notification