add github action use only checkout v2

This commit is contained in:
Mayccoll 2021-01-23 11:47:09 -05:00
parent 4e1ca0c03f
commit b08a1130b6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: | - run: |
bash tools/generate.sh
git config user.name github-actions[bot] git config user.name github-actions[bot]
git config user.email github-actions[bot]@github.com git config user.email github-actions[bot]@github.com
git add . git add .