diff --git a/README.md b/README.md index f0fc10c..154f52f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ on: [push] jobs: test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest name: A job to run test in Solaris env: MYTOKEN : ${{ secrets.MYTOKEN }} @@ -60,7 +60,7 @@ The latest major version is: `v1`, which is the most recommended to use. (You ca -The `runs-on: ubuntu-22.04` must be `ubuntu-22.04`. +The `runs-on: ubuntu-latest` must be `ubuntu-latest`. The `envs: 'MYTOKEN MYTOKEN2'` is the env names that you want to pass into the vm.