Skip to content

Commit 6723a79

Browse files
authored
Fix syntax error on caching Github action example
1 parent 8c23404 commit 6723a79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ test_async:
343343
```yaml
344344
jobs:
345345
test_async:
346+
runs-on: ubuntu-latest
347+
steps:
346348
- name: Cache node modules
347349
uses: actions/cache@v2
348350
with:

0 commit comments

Comments
 (0)