mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-05 05:59:40 +00:00
Fix linting errors
This commit is contained in:
4
.github/workflows/example-workflow.yml
vendored
4
.github/workflows/example-workflow.yml
vendored
@ -9,6 +9,10 @@ on:
|
||||
default: 'World'
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
say-hello:
|
||||
name: Say Hello
|
||||
|
Reference in New Issue
Block a user