Hi !
Look like I have an case issue with this github action. I specified lower case in the configuration and the generated file is in uppercase.
- name: Write hg-version.json
uses: schdck/create-env-json@v2
id: create-env
with:
file-name: './public/hg-version.json'
version: ${{ github.sha }}
test: '123'
{"VERSION":"695927bb3fa6176ae36ccb2216aa53dc85b5b542","TEST":"123"}
Any recommendation ?
Hi !
Look like I have an case issue with this github action. I specified lower case in the configuration and the generated file is in uppercase.
Any recommendation ?