Files
tldr/pages.ru/common/act.md

29 lines
636 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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