inputs -> with
This commit is contained in:
2
.github/workflows/pr-deploy.yaml
vendored
2
.github/workflows/pr-deploy.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user