superfly / flyctl-actions

:octocat: GitHub Action that wraps the flyctl
Apache License 2.0
260 stars 33 forks source link

Latest update broke -e env var passing #45

Closed benonymus closed 1 year ago

benonymus commented 1 year ago

Hey,

Since the last update our deployments that use the -e flag fail. https://fly.io/docs/flyctl/deploy/#usage

Any idea why?

benonymus commented 1 year ago

Thanks for the quick fix! Seems to work!

jsierles commented 1 year ago

This was a regression in flyctl 0.1.2. 0.1.3 fixes it - can you confirm?

benonymus commented 1 year ago

Yes, a bit earlier I pinned the flyctl version to 0.0.558 and it worked. Then I checked the flyctl releases and saw 0.1.3 pinned that (then removed it) and it is works.