mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-17 15:57:04 +00:00
Skip check
This commit is contained in:
@@ -5,3 +5,5 @@ quiet: true
|
|||||||
skip-path:
|
skip-path:
|
||||||
- coverage
|
- coverage
|
||||||
- node_modules
|
- node_modules
|
||||||
|
skip-check:
|
||||||
|
- CKV_GHA_7
|
||||||
|
|||||||
2
.github/workflows/example-workflow.yml
vendored
2
.github/workflows/example-workflow.yml
vendored
@@ -6,7 +6,7 @@ on:
|
|||||||
who-to-greet:
|
who-to-greet:
|
||||||
description: Who to greet in the log
|
description: Who to greet in the log
|
||||||
required: true
|
required: true
|
||||||
default: 'World'
|
default: World
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user