diff --git a/.github/workflows/pr-command.yml b/.github/workflows/pr-command.yml index 5340198bdd..ff2ace40ee 100644 --- a/.github/workflows/pr-command.yml +++ b/.github/workflows/pr-command.yml @@ -60,5 +60,5 @@ jobs: uses: thollander/actions-comment-pull-request@v1 with: message: |- - ${{ github.workflow }}: ${{ ${{ job.status }} === 'success' ? 'succeeded ✅' : 'failed ❌'}} + ${{ github.workflow }}: ${{ job.status === 'success' ? 'succeeded ✅' : 'failed ❌'}} url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} \ No newline at end of file