From b69a7422844589f47df86bd1b862a28d04edc720 Mon Sep 17 00:00:00 2001 From: "Daniel T. Soukup, PhD" <47944937+danieltsoukup@users.noreply.github.com> Date: Sat, 13 Jan 2024 20:40:05 -0500 Subject: [PATCH] Update heroku-deploy.yml --- .github/workflows/heroku-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/heroku-deploy.yml b/.github/workflows/heroku-deploy.yml index 34659fc..736e63e 100644 --- a/.github/workflows/heroku-deploy.yml +++ b/.github/workflows/heroku-deploy.yml @@ -3,7 +3,7 @@ # - GitHub secrets with Heroku credentials # - Access to the makefile -name: Heroku-Login-Deploy +name: "Login Heroku and Deploy" on: [ workflow_call ] @@ -29,4 +29,4 @@ EOF - name: heroku-release run: | - make heroku_release \ No newline at end of file + make heroku_release