Skip to content

Commit af664ae

Browse files
committed
⚙️ Chore: Update build-example-ios-for-pr Workflow
1 parent 00784af commit af664ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-example-ios-for-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -33,7 +33,7 @@ jobs:
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,

0 commit comments

Comments
 (0)