/
githubmirror
/
act
Обзор
Документация
Войти
/
githubmirror
/
act
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/runner/testdata/issue-122/main.yaml
19 строк
384 B
Casey Lee
fix #122 - support actions/checkout for repos other the one for this workflow (#143)
10 мар 2020, 03:45
Не верифицирован
10 мар 2020, 03:45
16520bb
Код
Авторство
О чём код?
name: Checkout on: push jobs: test: name: Test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: path: test-subdir1 - run: grep "Checkout" test-subdir1/issue-122/main.yaml - uses: actions/checkout@v2 with: repository: actions/checkout path: test-subdir2 - run: grep "Checkout" test-subdir2/action.yml