From e246beb27e4c87267bc102b53f4496ee30ae34e7 Mon Sep 17 00:00:00 2001 From: kranthi reddy Date: Fri, 19 Jan 2024 19:05:19 -0600 Subject: [PATCH] changed workflow name --- .github/workflows/pythonapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index f26b853..8d849d1 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -1,4 +1,4 @@ -name: Python application +name: Kranthi Python application on: [push] @@ -38,4 +38,4 @@ jobs: if: github.ref == 'refs/heads/master' && job.status == 'success' run: | git remote add heroku https://heroku:$HEROKU_API_TOKEN@git.heroku.com/$HEROKU_APP_NAME.git - git push heroku HEAD:master -f \ No newline at end of file + git push heroku HEAD:master -f