-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(latest): fix latest to 0.3.11 for setup-marathon-cloud@v1 #3
Conversation
core.warning( | ||
`setup-marathon-cloud@v1 supports marathon-cloud cli up to 0.3.X. To use marathon-cloud cli v1+ use setup-marathon-cloud@v2`, | ||
); | ||
return '0.3.11'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.3.11 should be a constant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't '0.3.11' already a constant?
README.md
Outdated
skip-cache: "true" | ||
``` | ||
|
||
## marathon-cloud version | ||
|
||
If the `version` is not set, or is one of `latest` or `*`, the action will try to use the latest version of marathon-cloud. | ||
|
||
Support matrix: | ||
| action version | cli version | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess it would be better to add the info about the latest tag.
No description provided.