workflows/requirements: fix permission problem
This commit is contained in:
parent
088a36a48c
commit
e7e4c23854
2
.github/workflows/requirements.yml
vendored
2
.github/workflows/requirements.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
virtualenvs-create: true
|
||||
virtualenvs-in-project: true
|
||||
- name: Generate requirements
|
||||
run: scripts/poetry-export.sh
|
||||
run: bash scripts/poetry-export.sh
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: Update requirements{-dev}.txt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user