👋 @ddeaguiar I’ve raised https://github.com/pedestal/pedestal/pull/673but the build is failing because Github Actions has introduced last month a guard against scripts modifying env variables (eg lein
setting LEIN_HOME
). It seems that you can allow this by setting the ACTIONS_ALLOW_UNSECURE_COMMANDS
to true
see https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/