variable-mapper
variable-mapper copied to clipboard
Github Action for mapping variables by a specific key
Hi everyone, In my `build-and-deploy.yml` workflow, I have the following: ``` on: workflow_dispatch: inputs: environment: required: true default: 'test' type: choice description: Which environment ? options: - test - staging...
Closes https://github.com/kanga333/variable-mapper/issues/104 Deprecation info: https://github.com/orgs/community/discussions/35994
It would be nice if we can make reference to an external file containing the JSON map.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Hey! you are probably already aware of this, but GitHub will soon deprecate the `set-output` notation. Source: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
It would be nice if this supported arrays so that we could plugin the array as a matrix variable. Not sure if this is supported by Github Actions though. I'm...
Please check below url for this. https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/