Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow never completes #126

Open
BlackBox-cmd opened this issue Apr 30, 2022 · 1 comment
Open

Workflow never completes #126

BlackBox-cmd opened this issue Apr 30, 2022 · 1 comment

Comments

@BlackBox-cmd
Copy link

BlackBox-cmd commented Apr 30, 2022

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}}

@estiens
Copy link

estiens commented Jun 8, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants