From ee2214c14d45afa170c81985436955524e722970 Mon Sep 17 00:00:00 2001 From: fkwp Date: Fri, 12 Apr 2024 21:27:34 +0000 Subject: [PATCH] inputs -> with --- .github/workflows/pr-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-deploy.yaml b/.github/workflows/pr-deploy.yaml index 11cfa6eb..37425824 100644 --- a/.github/workflows/pr-deploy.yaml +++ b/.github/workflows/pr-deploy.yaml @@ -33,7 +33,7 @@ jobs: netlify: needs: prdetails uses: ./.github/workflows/netlify.yaml - inputs: + with: pr_number: ${{ needs.prdetails.outputs.pr_number }} pr_head_full_name: ${{ github.event.workflow_run.head_repository.full_name }} pr_head_ref: ${{ needs.prdetails.outputs.pr_data_json && fromJSON(needs.prdetails.outputs.pr_data_json).head.ref }}