Skip to content

Commit

Permalink
Use pull-request-comment-branch@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan committed Sep 4, 2023
1 parent 5d31ff9 commit 46cc584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get PR branch
uses: xt0rted/pull-request-comment-branch@v1
uses: xt0rted/pull-request-comment-branch@v2
id: comment-branch
- name: Set commit status as pending
uses: myrotvorets/set-commit-status-action@master
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
}
steps:
- name: Get PR branch
uses: xt0rted/pull-request-comment-branch@v1
uses: xt0rted/pull-request-comment-branch@v2
id: comment-branch
- name: Checkout PR branch
uses: actions/checkout@v3
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get PR branch
uses: xt0rted/pull-request-comment-branch@v1
uses: xt0rted/pull-request-comment-branch@v2
id: comment-branch

- name: Set latest commit status as ${{ job.status }}
Expand Down

0 comments on commit 46cc584

Please sign in to comment.