/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/actions/docker-local-noargs/action.yml
15 строк
346 B
ChristopherHX
Feature: uses in composite (#793)
22 дек 2021, 22:19
Не верифицирован
22 дек 2021, 22:19
9868e13
Код
Авторство
О чём код?
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: 'docker' image: 'Dockerfile' env: WHOAMI: ${{ inputs.who-to-greet }}