[devdocsgjs/main: 1615/1867] GitHub Actions: rename job "deploy"




commit 90997eee07084aa52d7d7ab4e1980cc27df140a8
Author: Simon Legner <Simon Legner gmail com>
Date:   Thu Apr 29 21:25:00 2021 +0200

    GitHub Actions: rename job "deploy"

 .github/workflows/build.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7750f659..4e6c95e0 100644
--- a/.github/workflows/build.yml
+++ b/.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:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]