소스 검색

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