AkhileshNS / heroku-deploy

A simple github action that dynamically deploys an app to heroku
MIT License
981 stars 258 forks source link

Workflow never completes #126

Open BlackBox-cmd opened 2 years ago

BlackBox-cmd commented 2 years ago

The action deployed to Heroku successfully, but hangs on the 'Run akhileshns/heroku-deploy@v3.12.12' step, and never finishes: image

Here's my Deploy.yml

name: Deploy Bot to Heroku via Github Workflows (US Region)

on: workflow_dispatch

jobs: deploy: runs-on: ubuntu-latest steps:

estiens commented 2 years ago

This started for us today as well - no logs, no output, just hangs for hours