Reads metadata from a VTEX app. The action will parse the VTEX.yml file from your app and make parts of it available in environment variables.
You can consume the action by referencing one of the existing branches. Example:
uses: vtex/app-metadata-action@v1Install the dependencies
yarn installRun the tests ✔️
yarn run testSee the toolkit documentation for the various packages. This action is based in the JavaScript Action template.
Run prepare
npm run prepareSince the packaged index.js is run from the dist folder.
git add distCheckin to the v1 release branch
git checkout -b v1
git commit -a -m "v1 release"git push origin v1See the versioning documentation