mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-01 05:00:21 +11:00
Merge pull request #51 from crazy-max/fix-readme
docs: fix small nits in README
This commit is contained in:
commit
2e6b2303a4
1 changed files with 3 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ ___
|
|||
* [Usage](#usage)
|
||||
* [Basic](#basic)
|
||||
* [Install Only](#install-only)
|
||||
* [Multiple commands](#multiple-commands)
|
||||
* [Customizing](#customizing)
|
||||
* [inputs](#inputs)
|
||||
* [License](#license)
|
||||
|
|
@ -38,7 +39,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
-
|
||||
name: Dagger
|
||||
uses: dagger/dagger-for-github@v2
|
||||
|
|
@ -65,7 +66,7 @@ steps:
|
|||
```yaml
|
||||
steps:
|
||||
-
|
||||
name: Install Dagger
|
||||
name: Dagger
|
||||
uses: dagger/dagger-for-github@v2
|
||||
with:
|
||||
cmds: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue