Public Access
1
0
mirror of https://github.com/actions/checkout.git synced 2025-07-12 03:33:51 +00:00

actions to steps

This commit is contained in:
Bryan MacFarlane
2019-07-25 21:30:48 -04:00
committed by GitHub
parent bf4af63534
commit af513c7a01

View File

@ -8,7 +8,7 @@ See [action.yml](action.yml)
Basic:
```yaml
actions:
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with: