GitHub action hanging
I'm running into this issue where the GitHub Action is hanging even though the GGT deploy completed successfully. Any feedback on this or anyone else who has run into this?

7 Replies
Hello,
I saw this same issue earlier today and thought it was an isolated issue. Do you mind adding the --telemetry flag to your gh action and run it again so that we can have some data to work with?
I actually found this deploy action and thought that it might fix it if I use this instead https://github.com/gadget-inc/ggt-deploy-action
GitHub
GitHub - gadget-inc/ggt-deploy-action
Contribute to gadget-inc/ggt-deploy-action development by creating an account on GitHub.
?
I'm not sure that it would necessarily fix it but its worth a try. Either way it would be helpful for us to get the telemetry so that we can fix it for others
I've done it on my end too but more data is better
More context, the deploy worked for me so it might have worked for you
It looks like we also sent back a success to gh
This might be a gh issue
I ended up just cancelling my gh action after 4 hours
Yeah, it doesn't look like the action I found helped, so I reverted back and added the telemetry flag in there
I think we've figure out this issue and just released v1.7.2 to try and fix it.
Let me know if that fixes things for you!
Did a deploy today, and it went through nicely. Thanks!