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 }}.