浏览代码

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: