From: Nathan Moinvaziri Date: Fri, 29 May 2020 18:20:08 +0000 (-0700) Subject: Add friendly name to checkout action in GitHub Actions workflows. X-Git-Tag: 1.9.9-b1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5518060c399519ea0ab11deba8635e55e9e14cd9;p=thirdparty%2Fzlib-ng.git Add friendly name to checkout action in GitHub Actions workflows. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3108309c..eab98d84 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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 diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index c7b2be7e..86520db9 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -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 diff --git a/.github/workflows/nmake.yml b/.github/workflows/nmake.yml index 46c3128b..48d00c2d 100644 --- a/.github/workflows/nmake.yml +++ b/.github/workflows/nmake.yml @@ -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