/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/actions/node20/action.yml
13 строк
303 B
Oliver Bell
feat: support node20 runtime (#1988)
15 сен 2023, 05:24
Не верифицирован
15 сен 2023, 05:24
935e37c
Код
Авторство
О чём код?
name: 'Hello World' description: 'Greet someone and record the time' inputs: who-to-greet: # id of input description: 'Who to greet' required: true default: 'World' outputs: time: # id of output description: 'The time we greeted you' runs: using: 'node20' main: 'dist/index.js'