diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 3d275f633d..dec361f345 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -19,7 +19,8 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ github.head_ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} token: ${{ secrets.GHA_PAT }} - name: Set up Python @@ -53,4 +54,4 @@ jobs: git diff - name: "Commiting dependencies files" - uses: stefanzweifel/git-auto-commit-action@v5 \ No newline at end of file + uses: EndBug/add-and-commit@v9 \ No newline at end of file diff --git a/dev-requirements.txt b/dev-requirements.txt index 3d5627401e..a1a76c7145 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,6 @@ # asgiref==3.8.1 # via - # -c requirements.txt # django backports-zoneinfo==0.2.1 ; python_version < "3.10" # via