Skip to content

Commit f5e9dbd

Browse files
committed
aeeee
1 parent 3cc4f85 commit f5e9dbd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/update_dependencies.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ jobs:
2323
pull-requests: write
2424
steps:
2525
- uses: actions/checkout@v4
26-
26+
name: Checkout repository
27+
- name: Checkout target branch
28+
if: inputs.pr_branch
29+
run: |
30+
BRANCH_NAME=$(echo ${{ inputs.pr_branch }} | cut -d'/' -f 3)
31+
git checkout $BRANCH_NAME
2732
- name: Setup PDM
2833
uses: pdm-project/setup-pdm@v4
2934
with:

0 commit comments

Comments
 (0)