From 496ec70bd176700645b8e0511652229cd5f66301 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 21 Jun 2023 04:08:09 +0200 Subject: [PATCH] ci: use better comment message --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a48798..76fdefb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,4 +32,4 @@ jobs: uses: thollander/actions-comment-pull-request@v2 with: GITHUB_TOKEN: ${{ secrets.PULL_REQUESTS_WRITE }} - message: ${{ steps.publish.outputs.alias }} + message: Deployed at ${{ steps.publish.outputs.alias }}.