File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
22+ ref : ${{ format('refs/pull/{0}/merge', github.event.inputs.pr_number) }}
2223
2324 - name : Resolve BASE/HEAD from PR number
2425 if : github.event.inputs.pr_number != ''
7677 HEAD_SHA : ${{ env.HEAD_SHA }}
7778 AGENTKIT_COMMAND : build
7879 run : |
79- python -m workflow_utils.check_usecases
80+ python -m workflow_utils.check_usecases
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
22+ ref : ${{ format('refs/pull/{0}/merge', github.event.inputs.pr_number) }}
2223
2324 - name : Set up Python
2425 uses : actions/setup-python@v5
7576 BASE_SHA : ${{ env.BASE_SHA }}
7677 HEAD_SHA : ${{ env.HEAD_SHA }}
7778 run : |
78- python -m workflow_utils.check_usecases
79+ python -m workflow_utils.check_usecases
You can’t perform that action at this time.
0 commit comments