From 2179be299a530c0c2439260fa3dfbc7e2513270f Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Tue, 19 Jul 2022 17:05:02 +0200 Subject: [PATCH] Update pr-details to 1.2 (#9076) --- .github/workflows/cypress.yaml | 2 +- .github/workflows/netlify.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 8b344f5274..b0d39fe46b 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -22,7 +22,7 @@ jobs: - id: prdetails if: github.event.workflow_run.event == 'pull_request' - uses: matrix-org/pr-details-action@v1.1 + uses: matrix-org/pr-details-action@v1.2 with: owner: ${{ github.event.workflow_run.head_repository.owner.login }} branch: ${{ github.event.workflow_run.head_branch }} diff --git a/.github/workflows/netlify.yaml b/.github/workflows/netlify.yaml index 6fa0f9df55..f6ade6f3bf 100644 --- a/.github/workflows/netlify.yaml +++ b/.github/workflows/netlify.yaml @@ -25,7 +25,7 @@ jobs: Exercise caution. Use test accounts. - id: prdetails - uses: matrix-org/pr-details-action@v1.1 + uses: matrix-org/pr-details-action@v1.2 with: owner: ${{ github.event.workflow_run.head_repository.owner.login }} branch: ${{ github.event.workflow_run.head_branch }}