mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-05 02:02:51 +01:00
actions to steps
This commit is contained in:
parent
bf4af63534
commit
af513c7a01
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ See [action.yml](action.yml)
|
|||
|
||||
Basic:
|
||||
```yaml
|
||||
actions:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-node@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue