Преглед изворни кода

Merge pull request #309 from src-d/vmarkovtsev-patch-1

Fix the YAML syntax in the workflow
Vadim Markovtsev пре 5 година
родитељ
комит
32865ac0c7
1 измењених фајлова са 6 додато и 6 уклоњено
  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