1
0
forked from aniani/vim

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

@@ -61,7 +61,8 @@ jobs:
extra: vimtags extra: vimtags
steps: steps:
- uses: actions/checkout@v3 - name: Checkout repository from github
uses: actions/checkout@v3
- name: Install packages - name: Install packages
run: | run: |
@@ -295,7 +296,8 @@ jobs:
features: [tiny, normal, huge] features: [tiny, normal, huge]
steps: steps:
- uses: actions/checkout@v3 - name: Checkout repository from github
uses: actions/checkout@v3
- name: Install packages - name: Install packages
if: matrix.features == 'huge' if: matrix.features == 'huge'
@@ -432,7 +434,8 @@ jobs:
msystem: ${{ matrix.msystem }} msystem: ${{ matrix.msystem }}
release: false release: false
- uses: actions/checkout@v3 - name: Checkout repository from github
uses: actions/checkout@v3
- name: Create a list of download URLs - name: Create a list of download URLs
shell: cmd shell: cmd

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

View File

@@ -13,7 +13,8 @@ jobs:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
steps: steps:
- uses: actions/checkout@v3 - name: Checkout repository from github
uses: actions/checkout@v3
- name: Download Coverity - name: Download Coverity
run: | run: |

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
5052,
/**/ /**/
5051, 5051,
/**/ /**/