Skip to content

Commit

Permalink
missed the needs change on the with
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium committed Jun 14, 2024
1 parent 635d4a3 commit b955417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_add_rewards_payload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
needs: add-rewards
uses: "BalancerMaxis/multisig-ops/.github/workflows/run_reports_reusable.yaml@main"
with:
pr_number: ${{ needs.run-script-and-create-pr.outputs.pull-request-number }}
checkout_ref: ${{ needs.run-script-and-create-pr.outputs.pull-request-branch }}
pr_number: ${{ needs.add-rewards.outputs.pull-request-number }}
checkout_ref: ${{ needs.add-rewards.outputs.pull-request-branch }}

0 comments on commit b955417

Please sign in to comment.