Merge pull request #51 from crazy-max/fix-readme

docs: fix small nits in README
This commit is contained in:
Marcos Nils 2022-04-14 10:52:23 -03:00 committed by GitHub
commit 2e6b2303a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ ___
* [Usage](#usage) * [Usage](#usage)
* [Basic](#basic) * [Basic](#basic)
* [Install Only](#install-only) * [Install Only](#install-only)
* [Multiple commands](#multiple-commands)
* [Customizing](#customizing) * [Customizing](#customizing)
* [inputs](#inputs) * [inputs](#inputs)
* [License](#license) * [License](#license)
@ -38,7 +39,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
- -
name: Dagger name: Dagger
uses: dagger/dagger-for-github@v2 uses: dagger/dagger-for-github@v2
@ -65,7 +66,7 @@ steps:
```yaml ```yaml
steps: steps:
- -
name: Install Dagger name: Dagger
uses: dagger/dagger-for-github@v2 uses: dagger/dagger-for-github@v2
with: with:
cmds: | cmds: |