mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Fixed prefix parameters and fixed typo in workflow name.
This commit is contained in:
@@ -33,11 +33,11 @@ on:
|
|||||||
description: 'Source code directory to check.'
|
description: 'Source code directory to check.'
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
fail_below:
|
# fail_below:
|
||||||
description: 'Minimum required documentation coverage level'
|
# description: 'Minimum required documentation coverage level'
|
||||||
required: false
|
# required: false
|
||||||
default: 75
|
# default: 75
|
||||||
type: string
|
# type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
DocCoverage:
|
DocCoverage:
|
||||||
4
.github/workflows/IntermediateCleanUp.yml
vendored
4
.github/workflows/IntermediateCleanUp.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
if: inputs.sqlite_coverage_artifacts_prefix != ''
|
if: inputs.sqlite_coverage_artifacts_prefix != ''
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.sqlite_coverage_artifacts_prefix }}-*
|
name: ${{ inputs.sqlite_coverage_artifacts_prefix }}*
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: 🗑️ Delete XML coverage artifacts from matrix jobs
|
- name: 🗑️ Delete XML coverage artifacts from matrix jobs
|
||||||
@@ -51,5 +51,5 @@ jobs:
|
|||||||
if: inputs.xml_unittest_artifacts_prefix != ''
|
if: inputs.xml_unittest_artifacts_prefix != ''
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.xml_unittest_artifacts_prefix }}-*
|
name: ${{ inputs.xml_unittest_artifacts_prefix }}*
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user