We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build-example-ios-for-pr
1 parent 00784af commit 759140eCopy full SHA for 759140e
.github/workflows/build-example-ios-for-pr.yml
@@ -21,8 +21,8 @@ jobs:
21
uses: xt0rted/pull-request-comment-branch@v1
22
id: comment-branch
23
24
- - name: Checkout PR branch ${{ steps.comment-branch.outputs.head_ref }}
25
- uses: actions/checkout@v3
+ - name: Checkout PR branch - ${{ steps.comment-branch.outputs.head_ref }}
+ uses: actions/checkout@v4
26
with:
27
ref: ${{ steps.comment-branch.outputs.head_ref }}
28
@@ -33,7 +33,7 @@ jobs:
33
script: |
34
const name = '${{ github.workflow }}';
35
const url = '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}';
36
- const body = `Run GH Workflow: ${name}`;
+ const body = `Run GH Workflow: ${name}\n${url}`;
37
38
await github.rest.issues.createComment({
39
issue_number: context.issue.number,
0 commit comments