1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Fix syntax error on caching Github action example

This commit is contained in:
Patrick Rainier Juen
2021-07-20 18:12:48 +08:00
committed by GitHub
parent 8c23404e60
commit 6723a79dbc

View File

@@ -343,6 +343,8 @@ test_async:
```yaml
jobs:
test_async:
runs-on: ubuntu-latest
steps:
- name: Cache node modules
uses: actions/cache@v2
with: