/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/actions/node12/action.yml
13 строк
302 B
Javier Romero
Fix path for local node12 actions (#371)
29 сен 2020, 23:39
Не верифицирован
29 сен 2020, 23:39
729adec
Код
Авторство
О чём код?
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: 'node12' main: 'dist/index.js'