0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-11-23 22:56:20 +01: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
Failed to generate hash of commit

View file

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