need full checkout to get contribs history

This commit is contained in:
Damien Elmes 2020-01-06 19:27:17 +10:00
parent 2037020f2f
commit e9773fb461
2 changed files with 1 additions and 3 deletions

View file

@ -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"

View file

@ -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