Skip to content

Commit

Permalink
Merge pull request #342 from crazy-max/update-readme
Browse files Browse the repository at this point in the history
update usage examples
  • Loading branch information
crazy-max authored Oct 28, 2024
2 parents 54b8a6b + 69d8799 commit d2085b6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
uses: actions/setup-go@v5
-
name: Run Mage
uses: magefile/mage-action@v3
Expand All @@ -51,8 +49,6 @@ jobs:
args: build
```
> For detailed instructions please follow GitHub Actions [workflow syntax](https://help.github.com/en/articles/workflow-syntax-for-github-actions#About-yaml-syntax-for-workflows).
### Install Only
```yaml
Expand All @@ -71,9 +67,7 @@ jobs:
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
uses: actions/setup-go@v5
-
name: Run Mage
uses: magefile/mage-action@v3
Expand All @@ -88,7 +82,7 @@ jobs:
### inputs
Following inputs can be used as `step.with` keys
The following inputs can be used as `step.with` keys:

| Name | Type | Default | Description |
|----------------|--------|----------|-------------------------------------------|
Expand Down

0 comments on commit d2085b6

Please sign in to comment.