/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/actions/docker-local/action.yml
17 строк
388 B
Ryan
fix: interpolate env for step actions (#872)
13 ноя 2021, 02:21
Не верифицирован
13 ноя 2021, 02:21
099af5e
Код
Авторство
О чём код?
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 }} args: - ${{ inputs.who-to-greet }}