mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -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')
|
headAuthor=$(git log -1 --pretty=format:'%ae')
|
||||||
git log --pretty=format:'%ae' CONTRIBUTORS | grep -q "$headAuthor"
|
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:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v1
|
||||||
- name: Check
|
- name: Check
|
||||||
run: |
|
run: |
|
||||||
.github/scripts/contrib.sh
|
.github/scripts/contrib.sh
|
||||||
|
|
Loading…
Reference in a new issue