mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-12-17 07:45:24 +00:00
Skip check
This commit is contained in:
@@ -5,3 +5,5 @@ quiet: true
|
||||
skip-path:
|
||||
- coverage
|
||||
- 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:
|
||||
description: Who to greet in the log
|
||||
required: true
|
||||
default: 'World'
|
||||
default: World
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user