Skip to content

Commit

Permalink
⚙️ Chore: Update build-example-ios-for-pr Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Dec 6, 2024
1 parent 00784af commit af664ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-example-ios-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: styfle/cancel-workflow-action@0.9.1

- name: Get branch of PR
uses: xt0rted/pull-request-comment-branch@v1
uses: xt0rted/pull-request-comment-branch@v3
id: comment-branch

- name: Checkout PR branch ${{ steps.comment-branch.outputs.head_ref }}
- name: Checkout PR branch - ${{ steps.comment-branch.outputs.head_ref }}
uses: actions/checkout@v3
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}
Expand All @@ -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,
Expand Down

0 comments on commit af664ae

Please sign in to comment.