From: Chase <44284917+TotallyNotChase@users.noreply.github.com> Date: Sun, 4 Oct 2020 18:14:41 +0000 (+0800) Subject: :wrench: Fix missing colon after name X-Git-Tag: nightly~1244^2^2~5 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=053087317f3f7df1dce6db536b0d5be568b4ff4d;p=gwion.git :wrench: Fix missing colon after name --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index abccc770..cd737349 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,7 +17,7 @@ jobs: double: [0, 1] steps: - - name Checkout + - name: Checkout uses: actions/checkout@v2 - name: Init submodules diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index bc69fcb3..8ff47d44 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,7 +17,7 @@ jobs: double: [0, 1] steps: - - name Checkout + - name: Checkout uses: actions/checkout@v2 - name: Init submodules diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 875c76a4..fb8b9888 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,7 +16,7 @@ jobs: double: [0, 1] steps: - - name Checkout + - name: Checkout uses: actions/checkout@v2 - name: Init submodules