I don't know how to test this so I'll explain my thought process: After a discussion with @techknowlogick incda2c38f4aI saw the CI config has this block:cda2c38f4a/.drone.yml (L618-L630)I don't know much about Drone but after looking at [appleboy/drone-git-push](https://github.com/appleboy/drone-git-push)'s source code, I think each setting becomes an environment variable (e.g. `remote` to `PLUGIN_REMOTE`, `commit_message` to `PLUGIN_COMMIT_MESSAGE` etc...). Take a look at the code block loading the author info:a69878c006/main.go (L32-L42)Two environment variables are listed for each setting. This PR forces both to have the same value. Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
31 KiB
31 KiB