mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-25 16:00:47 +03:00
Update the Github workflow
This commit is contained in:
parent
ceb96dddc1
commit
bd381ea0bf
5
.github/workflows/update-contributors.yml
vendored
5
.github/workflows/update-contributors.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- auto-generate-contributors
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -11,8 +12,6 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
|
@ -23,4 +22,4 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Update list
|
||||
run: python scripts/update_contributors.py $GITHUB_EVENT_PATH
|
||||
run: python scripts/update_contributors.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user