Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2019-12-17 13:36:42 +0300
committerLipu Fei <lipu.fei815@gmail.com>2019-12-17 13:36:42 +0300
commit88196fa62bae3ebec563d6df625edb84bbb334dc (patch)
treea940f60d1dba1212a2324f7eca2872f414b21c07 /.github
parentc1aa556a591cbcd712285c6a7cea98da8cec0eed (diff)
Correct GH Actions steps name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cicd.yml2
1 files changed, 1 insertions, 1 deletions
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