# 创建test.yml
mkdir ./.github/workflows/test.yml
# 运行docker
docker
# 运行指定yml:
act --container-architecture linux/amd64 --workflows .github/workflows/test.yml -P ubuntu-latest=shivammathur/node:latest
To create your own action, you can use this repository as a template! Just follow the below instructions:
- Click the Use this template button at the top of the repository
- Select Create a new repository
- Select an owner and name for your new repository
- Click Create repository
- Clone your new repository
Important
Make sure to remove or update the CODEOWNERS
file! For
details on how to use this file, see
About code owners.