Pramod Kumar Yadav
Pramod Kumar Yadav
Hello Mark, It does. Maybe its also good to mention the error user will face if they fail to add this option. This way, if someone searches for an answer...
Hello Mark, To add, in the demo -> run.sh, The commands for windows are a little different (differences are highlighted in bold): **$DOCKER_IMAGE**=markhobson/maven-chrome docker pull $DOCKER_IMAGE docker run --rm -it...
Sounds good :)
example: adding below to .gitattributes file will add line endings to below type of files automatically - something that editorconfig cannot do for conf or properties file. *.java text *.conf...
Another workaround to avoid this issue could be to only allow "npx dotenv-vault@latest pull" from local and do all "pushing" from UI - just a thought.
Hi @seratch , I wanted to use this feature to trigger e2e tests post new deployments and update team on a team channel and individuals using the bot. Since e2e...
Thanks for the suggestion @zimeg. In my use case, I am trying to send a message to the github _actor_ whose last commit (and merge to main) triggered the deployment....