From 88196fa62bae3ebec563d6df625edb84bbb334dc Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 17 Dec 2019 11:36:42 +0100 Subject: [PATCH] Correct GH Actions steps name --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3a0b57d714..54747e55af 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest container: ultimaker/cura-build-environment steps: - - name: Checkout master + - name: Checkout code uses: actions/checkout@v1.2.0 - name: Build and test run: docker/build.sh