Skip to content

Github action step getting stuck #27104

Answered by jsoref
ErinRenNumber1 asked this question in Actions
Discussion options

You must be logged in to vote

The problem is that shopify * wants to ask interactive questions at first launch even when there isn’t a tty (this is a bug).

 % shopify version
? Would you like to enable anonymous usage reporting?
If you select “Yes”, we’ll collect data about which commands you use and which errors you encounter.
Sharing this anonymous data helps Shopify improve this tool.
 (Choose with ↑ ↓ ⏎)
  1. yes
> 2. no

Fwiw, I tried:

shopify config analytics off < /dev/null

And that didn’t work either.

It is possible to drop a config file into place in order to bypass the (invisible) prompt:

github.com/ErinRenNumber1/erin-ren-sandbox

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants