Skip to content

Commit

Permalink
add deps dev
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Oct 9, 2024
1 parent 5f6e608 commit fe4c3d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
echo "Dependency file(s) changed: ${{ steps.verify-changed-files.outputs.changed_files }}"
git diff
- uses: stefanzweifel/git-auto-commit-action@v5
- name: "Commiting dependencies files"
uses: stefanzweifel/git-auto-commit-action@v5
if: steps.verify-changed-files.outputs.files_changed == 'true'
name: "Commiting dependencies files"
with:
commit_message: "Fix deps by pip-compile in GHA"
commit_user_name: "GitHub Actions"
commit_user_email: "
token: ${{ secrets.GHA_PAT }}
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
asgiref==3.8.1
# via
# -c requirements.txt
# django
backports-zoneinfo==0.2.1 ; python_version < "3.10"
# via
# -c requirements.txt
Expand Down

0 comments on commit fe4c3d5

Please sign in to comment.