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] Add support for magento/magento-cloud-metapackage in get-magento-version #126

Open
damienwebdev opened this issue Sep 14, 2023 · 0 comments
Labels
hacktoberfest Hacktoberfest! Hurrah! Beer!

Comments

@damienwebdev
Copy link
Member

💡 Feature request

Feature Name

I was trying to use these actions with a Magento Cloud project. Unfortunately, we don't compute get-magento-version that key for stores.

The Desired Behavior

I would like to be able to drop an action like the following into my Github actions and retrieve the correct Magento version.

steps:
- uses: mage-os/github-actions/get-magento-version@main
  id: get-magento-version
      with:
          working-directory: ${{ secrets.GITHUB_WORKSPACE }}

Your Use Case

As a developer, I would like to be able to compute the currently installed Magento version for Magento Cloud projects from composer.json or composer.lock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest! Hurrah! Beer!
Projects
None yet
Development

No branches or pull requests

1 participant