mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-29 04:39:07 +08:00
Revert to env variables, since args are passed in command line
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user