diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 3022424a78..eaff321ea5 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -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 }} + diff --git a/dev-requirements.txt b/dev-requirements.txt index b269ddd901..4044f3c80f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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