From 0d1a16c824d5d06fb28075486485a7ea1715583f Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Fri, 4 Aug 2023 06:55:15 +0700 Subject: [PATCH] Update h3r0ku.yml --- .github/workflows/h3r0ku.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/h3r0ku.yml b/.github/workflows/h3r0ku.yml index b931ecd5..4d2b354e 100644 --- a/.github/workflows/h3r0ku.yml +++ b/.github/workflows/h3r0ku.yml @@ -3,7 +3,7 @@ name: H3r0ku Deployer on: workflow_dispatch env: - IMAGE_NAME: h3r0ku + IMAGE_NAME: misskatybotnew HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }} HEROKU_APP: ${{ secrets.HEROKU_APP }} @@ -33,4 +33,4 @@ jobs: if [[ -z "${API_KEY}" && -z "${APP_NAME}" ]]; then heroku config:set HEROKU_API_KEY="${HEROKU_API_KEY}" \ HEROKU_APP="${HEROKU_APP}" - fi \ No newline at end of file + fi