Pārlūkot izejas kodu

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

Fix the YAML syntax in the workflow
Vadim Markovtsev 5 gadi atpakaļ
vecāks
revīzija
32865ac0c7
1 mainītis faili ar 6 papildinājumiem un 6 dzēšanām
  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