Explorar o código

GitHub Actions: rename job "deploy"

Simon Legner %!s(int64=4) %!d(string=hai) anos
pai
achega
90997eee07
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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: