Skip to content

Namespace shell variables

Compare
Choose a tag to compare
@mr-beerkiss mr-beerkiss released this 15 Jan 03:59
· 5 commits to master since this release
f17306b
  • Use namespaced variables in the plugin hook to prevent accidentally overwriting environment defined in the pipeline.
    • This was necessary since the names used in the plugin hook were very generic names like 'ENV', 'FILE' and 'TOKEN'
  • Add GitHub action to run tests
  • Add warning to README about using NPM_TOKEN as the name of the environment supplied to the env parameter
  • Add build badges