Skip to content
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

Merged
merged 7 commits into from
Feb 4, 2024

Conversation

Malinskiy
Copy link
Member

No description provided.

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';
Copy link

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

Copy link
Member Author

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 |
Copy link

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.

@Malinskiy Malinskiy merged commit bfcada4 into main Feb 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants