From 2b96250b115d3f2528e5c12379619814800f6516 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Tue, 11 Jan 2022 22:13:38 +0200 Subject: [PATCH] Fixed CI script, again --- .github/workflows/ballfield.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ballfield.yml b/.github/workflows/ballfield.yml index 069739038..9e88c3093 100644 --- a/.github/workflows/ballfield.yml +++ b/.github/workflows/ballfield.yml @@ -44,7 +44,7 @@ jobs: uses: android-actions/setup-android@v2 - name: Check out the repository - - uses: actions/checkout@v2 + uses: actions/checkout@v2 with: fetch-depth: 1 submodules: false