Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Oct 9, 2024
1 parent 8afabbb commit 9ab9bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -53,4 +54,4 @@ jobs:
git diff
- name: "Commiting dependencies files"
uses: stefanzweifel/git-auto-commit-action@v5
uses: EndBug/add-and-commit@v9
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#
asgiref==3.8.1
# via
# -c requirements.txt
# django
backports-zoneinfo==0.2.1 ; python_version < "3.10"
# via
Expand Down

0 comments on commit 9ab9bfa

Please sign in to comment.