patch 8.2.5052: CI checkout step title is a bit cryptic

Problem:    CI checkout step title is a bit cryptic.
Solution:   Add a better title. (closes #10509)
This commit is contained in:
Philip H
2022-06-01 21:26:34 +01:00
committed by Bram Moolenaar
parent 882476ad7b
commit bfaa24f953
4 changed files with 11 additions and 5 deletions

View File

@ -36,7 +36,7 @@ jobs:
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
steps:
- name: Checkout repository
- name: Checkout repository from github
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.