Merge tag 'nektos/v0.2.34'

This commit is contained in:
Jason Song
2022-12-05 17:08:17 +08:00
當前提交 7920109e89
共有 57 個文件被更改,包括 1720 次插入282 次删除

查看文件

@@ -55,7 +55,7 @@ If you are using Linux, you will need to [install Docker Engine](https://docs.do
brew install act
```
or if you want to install version based on latest commit, you can run below (it requires compiler to be installed installed but Homebrew will suggest you how to install it, if you don't have it):
or if you want to install version based on latest commit, you can run below (it requires compiler to be installed but Homebrew will suggest you how to install it, if you don't have it):
```shell
brew install act --HEAD
@@ -162,6 +162,9 @@ act pull_request
# Run a specific job:
act -j test
# Run a job in a specific workflow (useful if you have duplicate job names)
act -j lint -W .github/workflows/checks.yml
# Run in dry-run mode:
act -n