Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 27, 2023
1 parent 0b0e8d1 commit 516648c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
uses: thollander/actions-comment-pull-request@v1
with:
message: |-
'${{ github.workflow }}: ${${{ job.status }}' === 'success' ? 'succeeded ✅' : 'failed ❌'}
url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
${{ github.workflow }}: ${${{ job.status }} === 'success' ? 'succeeded ✅' : 'failed ❌'}
url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 comments on commit 516648c

Please sign in to comment.