Skip to content

Commit

Permalink
corrected the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Sep 23, 2024
1 parent 9e9f124 commit 4fe77b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
json_payload=$(jq -n \
--arg ref "PETOSS-536-enabling-workflow-dispatch" \
--arg dispatch_id "$dispatchId" \
--arg branch_name "${{github.head_ref}}"
--arg wait-for-completion "true"
--arg branch_name "${{github.head_ref}}" \
--arg wait-for-completion "true" \
'{ref: $ref, inputs: {dispatch_id: $dispatch_id, branch_name: $branch_name, wait_for_completion: $wait-for-completion}}'
)
Expand Down

0 comments on commit 4fe77b2

Please sign in to comment.