From a04500f10287f2f5f5210f0b1bd1af71a5777146 Mon Sep 17 00:00:00 2001 From: fkwp Date: Fri, 12 Apr 2024 19:24:13 +0000 Subject: [PATCH] lint --- .github/workflows/netlify-pr.yaml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/netlify-pr.yaml b/.github/workflows/netlify-pr.yaml index 857fb24a..af6a5bde 100644 --- a/.github/workflows/netlify-pr.yaml +++ b/.github/workflows/netlify-pr.yaml @@ -16,14 +16,11 @@ jobs: environment: Netlify steps: - id: prdetails - uses: matrix-org/pr-details-action@v1.3 - continue-on-error: true - with: - owner: ${{ github.event.workflow_run.head_repository.owner.login }} - branch: ${{ github.event.workflow_run.head_branch }} - - -steps.prdetails.outputs.data.head.ref + uses: matrix-org/pr-details-action@v1.3 + continue-on-error: true + with: + owner: ${{ github.event.workflow_run.head_repository.owner.login }} + branch: ${{ github.event.workflow_run.head_branch }} - run: ${{ tojson(github.event) }} shell: cat {0}