heroku-deploy icon indicating copy to clipboard operation
heroku-deploy copied to clipboard

Workflow never completes

Open BlackBox-cmd opened this issue 2 years ago • 1 comments

The action deployed to Heroku successfully, but hangs on the 'Run akhileshns/[email protected]' 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: - uses: actions/checkout@v2 - uses: akhileshns/[email protected] with: heroku_api_key: ${{secrets.HEROKU_API_KEY}} heroku_app_name: ${{secrets.HEROKU_APP_NAME}} heroku_email: ${{secrets.HEROKU_EMAIL}} usedocker: true docker_heroku_process_type: web stack: "container" region: "us" env: HD_telegram_token: ${{secrets.telegram_token}} HD_user_ids: ${{secrets.user_ids}} HD_group_ids: ${{secrets.group_ids}}

BlackBox-cmd avatar Apr 30 '22 09:04 BlackBox-cmd

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

estiens avatar Jun 08 '22 19:06 estiens