]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Fix missing colon after name
authorChase <44284917+TotallyNotChase@users.noreply.github.com>
Sun, 4 Oct 2020 18:14:41 +0000 (02:14 +0800)
committerChase <44284917+TotallyNotChase@users.noreply.github.com>
Sun, 4 Oct 2020 18:14:41 +0000 (02:14 +0800)
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows.yml

index abccc7703127e215042b085a36944f5007c1aac9..cd73734914b3f6199d2c24fdd6279b116d05e2cc 100644 (file)
@@ -17,7 +17,7 @@ jobs:
         double: [0, 1]
 
     steps:
-    - name Checkout
+    - name: Checkout
       uses: actions/checkout@v2
 
     - name: Init submodules
index bc69fcb346ba608a9c12f3e4a25635ada0ef9b11..8ff47d44f71171b8d041a638049564d84da3f551 100644 (file)
@@ -17,7 +17,7 @@ jobs:
         double: [0, 1]
 
     steps:
-    - name Checkout
+    - name: Checkout
       uses: actions/checkout@v2
 
     - name: Init submodules
index 875c76a4962fe7418aeb5ffc3812aaff7215b027..fb8b98888cbd62c724690d2d09eaaabbd190dfeb 100644 (file)
@@ -16,7 +16,7 @@ jobs:
         double: [0, 1]
 
     steps:
-    - name Checkout
+    - name: Checkout
       uses: actions/checkout@v2
 
     - name: Init submodules