/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/actions/node16/action.yml
13 строк
303 B
Ryan
feat: add node16 support (#922)
22 дек 2021, 22:34
Не верифицирован
22 дек 2021, 22:34
5580812
Код
Авторство
О чём код?
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: 'node16' main: 'dist/index.js'