From ad281fef32cd2967f297b04f8620ab3cdcdafe1c Mon Sep 17 00:00:00 2001 From: PhilNewm Date: Fri, 29 Nov 2024 09:13:56 +0100 Subject: [PATCH] Update input formatting --- caller_workflows/assign_pr_to_project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caller_workflows/assign_pr_to_project.yml b/caller_workflows/assign_pr_to_project.yml index ff82382..14e1a02 100644 --- a/caller_workflows/assign_pr_to_project.yml +++ b/caller_workflows/assign_pr_to_project.yml @@ -21,7 +21,7 @@ jobs: uses: ynput/ops-repo-automation/.github/workflows/pr_to_project.yml@main with: repo: "${{ github.repository }}" - project_id: ${{ inputs.project_id }} - pull_request_number: ${{ github.event.pull_request.number || inputs.pr_number }} + project_id: "${{ inputs.project_id }}" + pull_request_number: "${{ github.event.pull_request.number || inputs.pr_number }}" secrets: token: ${{ secrets.YNPUT_BOT_TOKEN }}