/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/path-handling/action/action.yml
21 строка
370 B
ChristopherHX
fix: tests with validation errors were skipped (#2496)
28 окт 2024, 07:03
Не верифицирован
28 окт 2024, 07:03
2c0e3fe
Код
Авторство
О чём код?
name: output action description: output action inputs: input: description: some input required: false outputs: job-output: description: some output value: ${{ steps.gen-out.outputs.step-output }} runs: using: composite steps: - name: run step id: gen-out run: | echo "::set-output name=step-output::" shell: bash