PSLmodels / blog

PSL blog using Fastpages.
http://blog.pslmodels.org
2 stars 6 forks source link

Can't upgrade fastpages #34

Closed MaxGhenis closed 3 years ago

MaxGhenis commented 3 years ago

When running the automated upgrade via issue #33, the following error appears in GitHub Actions:

Error: Unable to process command '##[set-env name=SSH_AUTH_SOCK;]/tmp/ssh-auth.sock' successfully.
Error: The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

https://github.com/PSLmodels/blog/runs/1793711753?check_suite_focus=true

On the forums, someone else had this too and said:

GitHub recently made a breaking change to Actions, so you will have to copy and paste the contents of the .github/ folder of fastpages to your repo. that should take care of the problem

MaxGhenis commented 3 years ago

Fixed in #35, successfully upgraded in #37