diff --git a/.github/workflows/build-example-ios-for-pr.yml b/.github/workflows/build-example-ios-for-pr.yml index df71a3b0..221bcba4 100644 --- a/.github/workflows/build-example-ios-for-pr.yml +++ b/.github/workflows/build-example-ios-for-pr.yml @@ -21,8 +21,8 @@ jobs: uses: xt0rted/pull-request-comment-branch@v1 id: comment-branch - - name: Checkout PR branch ${{ steps.comment-branch.outputs.head_ref }} - uses: actions/checkout@v3 + - name: Checkout PR branch - ${{ steps.comment-branch.outputs.head_ref }} + uses: actions/checkout@v4 with: ref: ${{ steps.comment-branch.outputs.head_ref }} @@ -33,7 +33,7 @@ jobs: script: | const name = '${{ github.workflow }}'; const url = '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'; - const body = `Run GH Workflow: ${name}`; + const body = `Run GH Workflow: ${name}\n${url}`; await github.rest.issues.createComment({ issue_number: context.issue.number,