Skip to content

Commit

Permalink
try using head_sha to send the PR for reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium committed Jun 14, 2024
1 parent 19fefbd commit ca4ea32
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 @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
pull-request-branch: ${{ steps.cpr.outputs.pull-request-branch }}
pull-request-ref: ${{ steps.cpr.outputs.pull-request-head-sha }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
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 }}
checkout_ref: ${{ needs.run-script-and-create-pr.outputs.pull-request-ref }}

0 comments on commit ca4ea32

Please sign in to comment.