From 46cc58499f3d0b984e56b4fa1ae3e0bb591c435a Mon Sep 17 00:00:00 2001 From: Cloud Han Date: Tue, 5 Sep 2023 01:11:04 +0800 Subject: [PATCH] Use pull-request-comment-branch@v2 --- .github/workflows/integration-tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 76592f26..57a38c97 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -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 @@ -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 @@ -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 }}