]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Add friendly name to checkout action in GitHub Actions workflows.
authorNathan Moinvaziri <nathan@nathanm.com>
Fri, 29 May 2020 18:20:08 +0000 (11:20 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 30 May 2020 19:25:18 +0000 (21:25 +0200)
.github/workflows/cmake.yml
.github/workflows/configure.yml
.github/workflows/nmake.yml

index 3108309c6d13e79c34c9f112bbcc44b18fbb1be7..eab98d84e1f70b062535830cbdc5535d3a2cd1fe 100644 (file)
@@ -333,7 +333,8 @@ jobs:
             codecov: macos_gcc
 
     steps:
-    - uses: actions/checkout@v1
+    - name: Checkout repository
+      uses: actions/checkout@v1
 
     - name: Install packages (Ubuntu)
       if: runner.os == 'Linux' && matrix.packages
index c7b2be7ef49b48f50f1b448430befe9272a7aa00..86520db94de962329fe3a921c8862267d401c754 100644 (file)
@@ -143,7 +143,8 @@ jobs:
             configure-args: --warn
 
     steps:
-    - uses: actions/checkout@v1
+    - name: Checkout repository
+      uses: actions/checkout@v1
 
     - name: Install packages (Ubuntu)
       if: runner.os == 'Linux' && matrix.packages
index 46c3128bd850bfa25f7b310896cbb663685c689c..48d00c2d660b2676f9a2923b0993caf9b4318576 100644 (file)
@@ -23,7 +23,8 @@ jobs:
             vc-vars: x86_amd64
 
     steps:
-    - uses: actions/checkout@v1
+    - name: Checkout repository
+      uses: actions/checkout@v1
 
     - name: Compile source code
       shell: cmd