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 58fd0d1 commit 0ac4579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 ❌'}}
${{ github.workflow }}: ${{ job.status === 'success' ? 'succeeded ✅' : 'failed ❌'}}
url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 comments on commit 0ac4579

Please sign in to comment.