Skip to content

Commit 759140e

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

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
@@ -21,8 +21,8 @@ jobs:
2121
uses: xt0rted/pull-request-comment-branch@v1
2222
id: comment-branch
2323

24-
- name: Checkout PR branch ${{ steps.comment-branch.outputs.head_ref }}
25-
uses: actions/checkout@v3
24+
- name: Checkout PR branch - ${{ steps.comment-branch.outputs.head_ref }}
25+
uses: actions/checkout@v4
2626
with:
2727
ref: ${{ steps.comment-branch.outputs.head_ref }}
2828

@@ -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)