From b08a1130b6d459d32d37b41577bfa99ad7d7317a Mon Sep 17 00:00:00 2001 From: Mayccoll Date: Sat, 23 Jan 2021 11:47:09 -0500 Subject: [PATCH] add github action use only checkout v2 --- .github/workflows/actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 608c9ac..704864c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,6 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: | + bash tools/generate.sh git config user.name github-actions[bot] git config user.email github-actions[bot]@github.com git add .