github actions: Improve the descriptions
authorAlexander Popov <alex.popov@linux.com>
Mon, 30 May 2022 16:28:30 +0000 (19:28 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 30 May 2022 22:54:19 +0000 (01:54 +0300)
.github/workflows/main.yml

index 85628e73574433e2c7276ac65329973c70b0a732..a2825cf9fb4b1fe0315b7eb3e62d2d382fb21d41 100644 (file)
@@ -33,7 +33,7 @@ jobs:
         echo ">>>>> first start <<<<<"
         kconfig-hardened-check
 
-    - name: Check all configs
+    - name: Check all configs with the installed tool
       run: |
         echo ">>>>> check all configs <<<<<"
         CONFIG_DIR=`find /opt/hostedtoolcache/Python/ -name config_files`
@@ -47,7 +47,7 @@ jobs:
         done
         echo -e "\n>>>>> checking $COUNT configs is done <<<<<"
 
-    - name: Get source code
+    - name: Get source code for collecting coverage
       uses: actions/checkout@v2
 
     - name: Collect coverage