inputs -> with

This commit is contained in:
fkwp
2024-04-12 21:27:34 +00:00
parent a2066f300b
commit ee2214c14d

View File

@@ -33,7 +33,7 @@ jobs:
netlify: netlify:
needs: prdetails needs: prdetails
uses: ./.github/workflows/netlify.yaml uses: ./.github/workflows/netlify.yaml
inputs: with:
pr_number: ${{ needs.prdetails.outputs.pr_number }} pr_number: ${{ needs.prdetails.outputs.pr_number }}
pr_head_full_name: ${{ github.event.workflow_run.head_repository.full_name }} 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 }} pr_head_ref: ${{ needs.prdetails.outputs.pr_data_json && fromJSON(needs.prdetails.outputs.pr_data_json).head.ref }}