You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does appear to deploy dispatch.yaml successfully, it just causes the GHA to fail with a spurious error. Any reason it wouldn't support non-service deployments other than this response handling issue?
@danburkert I am also experiencing the same issue when deploying dispatch.yaml.
Although it's not an ideal solution and more of a temporary fix, downgrading to v1.0.0 resolves the problem. I thought this might help you.
TL;DR
When deploying only cron jobs with
gcloud app deploy api/cron.yaml --promote
the action fails after the cronjobs are deployed.Expected behavior
The action doesn't fail when successfully deploying only cron jobs.
Observed behavior
The action fails on output parsing, specifically complains about
versions
field being empty.Deploying from CLI gives JSON output:
Clearly the
versions
array is empty, but since the cronjobs deploy successfully this is also clearly a valid state to be in.Action YAML
Log output
Additional information
No response
The text was updated successfully, but these errors were encountered: