From 6723a79dbcdec998b432958739ec70d8deb10ec6 Mon Sep 17 00:00:00 2001 From: Patrick Rainier Juen Date: Tue, 20 Jul 2021 18:12:48 +0800 Subject: [PATCH] Fix syntax error on caching Github action example --- .../migrating-from-gitlab-cicd-to-github-actions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md b/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md index 4c948cbd87..6bc4442796 100644 --- a/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md +++ b/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md @@ -343,6 +343,8 @@ test_async: ```yaml jobs: test_async: + runs-on: ubuntu-latest + steps: - name: Cache node modules uses: actions/cache@v2 with: