Skip to content

Commit 017b909

Browse files
committed
ci(autoupdate): fix path to pip-tools 2.7 requirements
1 parent 1590fb6 commit 017b909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autoupdate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Upgrade pip-tools/2.7/requirements.txt
3131
uses: coatl-dev/actions/pip-compile-upgrade@v5
3232
with:
33-
path: requirements/tools.txt
34-
working-directory: build/2.7
33+
path: requirements.txt
34+
working-directory: pip-tools/2.7
3535

3636
- name: Detect changes
3737
id: git-diff

0 commit comments

Comments
 (0)