You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2019/09/15 13:20:46 UTC

[celix] branch develop updated: Added name to checkout step

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6462775  Added name to checkout step
6462775 is described below

commit 646277515180415f108426751aff8705cf33f6ed
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Sun Sep 15 15:16:31 2019 +0200

    Added name to checkout step
---
 .github/workflows/build.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b028d0c..999f950 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,8 @@ jobs:
             sanitize: true
     timeout-minutes: 120
     steps:
-    - uses: actions/checkout@master
+    - name: Checkout source code
+      uses: actions/checkout@master
     - name: Install dependencies
       run: |
         if [[ "${{ matrix.os }}" == "ubuntu"* ]]; then