TheAfroOfDoom / omega-flowey-minecraft-remastered

MIT License
3 stars 1 forks source link

♻️ DRY common workflow env variables #157

Closed TheAfroOfDoom closed 4 weeks ago

TheAfroOfDoom commented 4 weeks ago

Summary

GitHub Actions doesn't support sharing environment variables between workflows natively, but we can use some simple code in the following Action to accomplish this:

https://github.com/tw3lveparsecs/github-actions-set-variables

Now we don't have to copy-paste each environment variable into each workflow config file (DRY)


Reproducing

see workflows passing

Preview

image