Revert to env variables, since args are passed in command line

This commit is contained in:
Webber
2019-11-24 20:49:33 +01:00
committed by Webber Takken
parent fdaab9667d
commit 53d5f0e900
3 changed files with 3 additions and 30 deletions

View File

@@ -19,6 +19,6 @@ jobs:
# Configure generic activation (local to the actions container)
- name: Request activation
uses: ./request-activation
with:
unityLicense: ${{ secrets.UNITY_LICENSE }}
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}