Skip to content

Commit

Permalink
.github
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Nov 21, 2024
1 parent f808899 commit b3ba4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Check PR checkboxes
run: |
python ./github/scripts/checkboxes.py \
python ./.github/scripts/checkboxes.py \
--github-token ${{ secrets.GITHUB_TOKEN }} \
--github-repository ${{ github.repository }} \
--pr-number ${{ github.event.pull_request.number || github.event.issue.number }}
Expand Down

0 comments on commit b3ba4b6

Please sign in to comment.