소스 검색

GitHub Actions: rename job "deploy"

Simon Legner 4 년 전
부모
커밋
90997eee07
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/workflows/build.yml

+ 2 - 1
.github/workflows/build.yml

@@ -6,7 +6,8 @@ on:
       - main
 
 jobs:
-  test:
+  deploy:
+    name: Deploy to Heroku
     runs-on: ubuntu-20.04
     if: github.repository == 'freeCodeCamp/devdocs'
     steps: