We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1590fb6 commit 017b909Copy full SHA for 017b909
.github/workflows/autoupdate.yml
@@ -30,8 +30,8 @@ jobs:
30
- name: Upgrade pip-tools/2.7/requirements.txt
31
uses: coatl-dev/actions/pip-compile-upgrade@v5
32
with:
33
- path: requirements/tools.txt
34
- working-directory: build/2.7
+ path: requirements.txt
+ working-directory: pip-tools/2.7
35
36
- name: Detect changes
37
id: git-diff
0 commit comments