From 6bcfe61a79e901e0c7825db7b6c8731a099fa8ec Mon Sep 17 00:00:00 2001 From: fkwp Date: Fri, 12 Apr 2024 20:43:24 +0000 Subject: [PATCH] lint --- .github/workflows/pr-deploy.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index f0e32fed..d58080cd 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -12,13 +12,13 @@ jobs: outputs: pr_number: ${{ steps.prdetails.outputs.pr_id }} pr_data_json: ${{ steps.prdetails.outputs.data }} - 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: + - 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 }} debug: needs: prdetails