mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
need full checkout to get contribs history
This commit is contained in:
parent
2037020f2f
commit
e9773fb461
2 changed files with 1 additions and 3 deletions
2
.github/scripts/contrib.sh
vendored
2
.github/scripts/contrib.sh
vendored
|
@ -4,5 +4,3 @@ set -e
|
|||
|
||||
headAuthor=$(git log -1 --pretty=format:'%ae')
|
||||
git log --pretty=format:'%ae' CONTRIBUTORS | grep -q "$headAuthor"
|
||||
|
||||
echo "$headAuthor found in CONTRIBUTORS"
|
||||
|
|
2
.github/workflows/contrib.yml
vendored
2
.github/workflows/contrib.yml
vendored
|
@ -6,7 +6,7 @@ jobs:
|
|||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v1
|
||||
- name: Check
|
||||
run: |
|
||||
.github/scripts/contrib.sh
|
||||
|
|
Loading…
Reference in a new issue