Skip to content

Commit d13ef92

Browse files
Update update-depedencies.yml
1 parent 61cd9e8 commit d13ef92

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/update-depedencies.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
git push origin dependency-updates-${{ steps.date.outputs.date }}
3737
3838
- name: Create Pull Request
39-
env:
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
run: |
42-
gh pr create \
43-
--title "chore: update dependencies" \
44-
--body "Automated dependency updates via uv. Updates have been tested with pytest." \
45-
--base main \
46-
--head dependency-updates-${{ steps.date.outputs.date }}
39+
uses: peter-evans/create-pull-request@v7
40+
with:
41+
branch: dependency-updates-${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)