Mercurial > vim
changeset 29060:a8c0c5865e73 v8.2.5052
patch 8.2.5052: CI checkout step title is a bit cryptic
Commit: https://github.com/vim/vim/commit/bfaa24f95343af9c058696644375d04e660f1b00
Author: Philip H <47042125+pheiduck@users.noreply.github.com>
Date: Wed Jun 1 21:26:34 2022 +0100
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 https://github.com/vim/vim/issues/10509)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 01 Jun 2022 22:30:03 +0200 |
parents | cc8b6c130dff |
children | 420b1439214e |
files | .github/workflows/ci.yml .github/workflows/codeql-analysis.yml .github/workflows/coverity.yml src/version.c |
diffstat | 4 files changed, 11 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,8 @@ jobs: extra: vimtags steps: - - uses: actions/checkout@v3 + - name: Checkout repository from github + uses: actions/checkout@v3 - name: Install packages run: | @@ -295,7 +296,8 @@ jobs: features: [tiny, normal, huge] steps: - - uses: actions/checkout@v3 + - name: Checkout repository from github + uses: actions/checkout@v3 - name: Install packages if: matrix.features == 'huge' @@ -432,7 +434,8 @@ jobs: msystem: ${{ matrix.msystem }} release: false - - uses: actions/checkout@v3 + - name: Checkout repository from github + uses: actions/checkout@v3 - name: Create a list of download URLs shell: cmd
--- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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.