Explorar el Código

Fix the YAML syntax in the workflow

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev hace 5 años
padre
commit
42f3e16dff
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6 6
      .github/workflows/main.yml

+ 6 - 6
.github/workflows/main.yml

@@ -14,10 +14,10 @@ jobs:
           name: burndown-project
           path: /github/home/hercules/project.png
       - uses: actions/upload-artifact@master
-          with:
-            name: burndown-people
-            path: /github/home/hercules/people.png
+        with:
+          name: burndown-people
+          path: /github/home/hercules/people.png
       - uses: actions/upload-artifact@master
-          with:
-            name: overwrites
-            path: /github/home/hercules/matrix.png
+        with:
+          name: overwrites
+          path: /github/home/hercules/matrix.png