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