Skip to content

Commit

Permalink
Run the cherry pick script with -x for debugging (pantsbuild#19095)
Browse files Browse the repository at this point in the history
I want to track down why this is failing, and step 0 is reproducing
locally. So this gets us closer to seeing exactly what commands are
running.
  • Loading branch information
thejcannon authored May 23, 2023
1 parent 6f3ce7a commit c09b312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-cherry-picker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "Worker Pants (Pantsbuild GitHub Automation Bot)"
build-support/bin/cherry_pick.sh ${{ github.event.pull_request.number || inputs.PR_number }} origin
bash -x build-support/bin/cherry_pick.sh ${{ github.event.pull_request.number || inputs.PR_number }} origin
env:
GH_TOKEN: ${{ secrets.WORKER_PANTS_CHERRY_PICK_PAT }}

0 comments on commit c09b312

Please sign in to comment.