File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 uses : styfle/cancel-workflow-action@0.9.1
1919
2020 - name : Get branch of PR
21- uses : xt0rted/pull-request-comment-branch@v1
21+ uses : xt0rted/pull-request-comment-branch@v3
2222 id : comment-branch
2323
24- - name : Checkout PR branch ${{ steps.comment-branch.outputs.head_ref }}
24+ - name : Checkout PR branch - ${{ steps.comment-branch.outputs.head_ref }}
2525 uses : actions/checkout@v3
2626 with :
2727 ref : ${{ steps.comment-branch.outputs.head_ref }}
3333 script : |
3434 const name = '${{ github.workflow }}';
3535 const url = '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}';
36- const body = `Run GH Workflow: ${name}`;
36+ const body = `Run GH Workflow: ${name}\n${url} `;
3737
3838 await github.rest.issues.createComment({
3939 issue_number: context.issue.number,
You can’t perform that action at this time.
0 commit comments