Skip to content

Commit

Permalink
chatGPT got a bit fresh trying to use a new pattern for report action…
Browse files Browse the repository at this point in the history
… execution. Had a talk, let's see how this goes, then will ditch the co-pilot.
  • Loading branch information
Tritium committed Jun 13, 2024
1 parent 84252ab commit 23937ac
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/create_add_rewards_payload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ jobs:
branch-suffix: timestamp
delete-branch: true

- name: Run report action
uses: ./.github/workflows/run_reports_reusable.yaml
with:
pr_number: ${{ steps.cpr.outputs.pull-request-number }}
checkout_ref: "add-rewards"
run_reports:
needs: run-script-and-create-pr
uses: ./.github/workflows/run_reports_reusable.yaml
with:
pr_number: ${{ needs.run-script-and-create-pr.outputs.pull-request-number }}
checkout_ref: "add-rewards"

0 comments on commit 23937ac

Please sign in to comment.