Skip to content

Commit d8e4019

Browse files
committed
fix(docs): fix GitHub actions version reference
1 parent d36b09e commit d8e4019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ jobs:
6060
uses: actions/checkout@v3
6161

6262
- name: Deploy k3s cluster
63-
uses: nicklasfrahm/k3se@v0
63+
uses: nicklasfrahm/k3se@main
6464
with:
6565
command: up examples/standalone.yml
6666
```
6767
68-
### Input variables
68+
### Input variables ⚙️
6969
7070
See [action.yml](./action.yml) for more detailed information. **Please note that all input variables must have string values. It is thus recommend to always use quotes.**
7171

0 commit comments

Comments
 (0)