Skip to content

Commit

Permalink
Update version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Dec 4, 2023
1 parent 67b8e7d commit 45e644d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 45e644d

Please sign in to comment.