소스 검색

act: add page (#3257)

Owen Voke 5 년 전
부모
커밋
5058a09516
1개의 변경된 파일28개의 추가작업 그리고 0개의 파일을 삭제
  1. 28 0
      pages/common/act.md

+ 28 - 0
pages/common/act.md

@@ -0,0 +1,28 @@
+# act
+
+> Execute GitHub Actions locally using Docker.
+> More information: <https://github.com/nektos/act>.
+
+- List the available actions:
+
+`act -l`
+
+- Run the default event:
+
+`act`
+
+- Run a specific event:
+
+`act {{event_type}}`
+
+- Run a specific action:
+
+`act -a {{action_id}}`
+
+- Do not actually run the actions (i.e. a dry run):
+
+`act -n`
+
+- Show verbose logs:
+
+`act -v`