We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc3d1a commit dd3740aCopy full SHA for dd3740a
README.md
@@ -16,6 +16,7 @@ ___
16
* [Usage](#usage)
17
* [Basic](#basic)
18
* [Install Only](#install-only)
19
+ * [Multiple commands](#multiple-commands)
20
* [Customizing](#customizing)
21
* [inputs](#inputs)
22
* [License](#license)
@@ -38,7 +39,7 @@ jobs:
38
39
steps:
40
-
41
name: Checkout
- uses: actions/checkout@v2
42
+ uses: actions/checkout@v3
43
44
name: Dagger
45
uses: dagger/dagger-for-github@v2
@@ -65,7 +66,7 @@ steps:
65
66
```yaml
67
68
- name: Install Dagger
69
+ name: Dagger
70
71
with:
72
cmds: |
0 commit comments