Skip to content

Commit

Permalink
Update input formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Nov 29, 2024
1 parent be2d678 commit ad281fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caller_workflows/assign_pr_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit ad281fe

Please sign in to comment.