/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/steps-context/conclusion/push.yml
14 строк
324 B
Victor Popkov
Add more steps context support (#887)
27 ноя 2021, 20:55
Не верифицирован
27 ноя 2021, 20:55
e793d03
Код
Авторство
О чём код?
name: conclusion on: push jobs: check: runs-on: ubuntu-latest steps: - id: first run: exit 0 - id: second continue-on-error: true run: exit 1 - run: echo '${{ steps.first.conclusion }}' | grep 'success' - run: echo '${{ steps.second.conclusion }}' | grep 'success'