tldr/pages.ru/common/act.md

29 lines
636 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# act
> Запуск GitHub Actions локально с использованием Docker.
> Больше информации: <https://github.com/nektos/act>.
- Вывести список доступных actions:
`act -l`
- Запустить событие по умолчанию:
`act`
- Запустить заданное событие:
`act {{тип_события}}`
- Запустить заданный action:
`act -a {{action_id}}`
- Не производить реальный запуск actions (пробный прогон):
`act -n`
- Отображать расширенный лог:
`act -v`