/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/composite-fail-with-output/push.yml
14 строк
464 B
ChristopherHX
fix: set composite outputs on failure (#945)
21 янв 2022, 19:08
Не верифицирован
21 янв 2022, 19:08
4be9062
Код
Авторство
О чём код?
name: composite-fail-with-output on: push jobs: test-for-output: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ./actions/composite-fail-with-output id: composite-fail-with-output continue-on-error: true - run: | echo ${{steps.composite-fail-with-output.outputs.customoutput}} exit ${{steps.composite-fail-with-output.outputs.customoutput == 'my-customoutput-green' && '0' || '1'}}