From 5d3fbc3949bbeb442100b6a80ec082350efc4002 Mon Sep 17 00:00:00 2001 From: chenzizhao Date: Fri, 5 Jun 2020 16:15:56 +0800 Subject: [PATCH] fix action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12d8c0645..7e7ffb6b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "build" + # This workflow contains a single job called "build " build: # The type of runner that the job will run on runs-on: ubuntu-latest