Fix deprecated set-env command error on GitHub Actions [ci skip]

I tried `$GITHUB_PATH` and `$GITHUB_ENV` instead of `set-env`, but
for some reason path was not recognized, so I changed to using
`ACTIONS_ALLOW_UNSECURE_COMMANDS`.
This commit is contained in:
KOBAYASHI Shuji
2020-11-17 18:40:59 +09:00
parent aae8237335
commit bed04414d7
+1
View File
@@ -67,6 +67,7 @@ jobs:
runs-on: windows-latest
env:
MRUBY_CONFIG: travis
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1