Fix syntax error on caching Github action example
This commit is contained in:
committed by
GitHub
parent
8c23404e60
commit
6723a79dbc
@@ -343,6 +343,8 @@ test_async:
|
||||
```yaml
|
||||
jobs:
|
||||
test_async:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user