Skip to content

ghas-results/app-metadata-action

 
 

Repository files navigation

VTEX App Metadata Action

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.

Usage

You can consume the action by referencing one of the existing branches. Example:

uses: vtex/app-metadata-action@v1

Contribute

Development

Install the dependencies

yarn install

Run the tests ✔️

yarn run test

See the toolkit documentation for the various packages. This action is based in the JavaScript Action template.

Package for distribution

Run prepare

npm run prepare

Since the packaged index.js is run from the dist folder.

git add dist

Create a release branch

Checkin to the v1 release branch

git checkout -b v1
git commit -a -m "v1 release"
git push origin v1

See the versioning documentation

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%