mirror of
https://github.com/game-ci/unity-actions.git
synced 2026-01-28 20:19:07 +08:00
Use published activation action in workflow
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
name: Request manual activation file 🔑
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Checkout repository (required to test local actions)
|
||||
# Checkout repository
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v1
|
||||
|
||||
@@ -26,13 +26,13 @@ jobs:
|
||||
name: Request activation ✔
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Checkout repository (required to test local actions)
|
||||
# Checkout repository
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v1
|
||||
|
||||
# Configure generic activation (local to the actions container)
|
||||
- name: Request activation
|
||||
uses: ./request-activation
|
||||
# Activate Unity
|
||||
- name: Unity - Activate
|
||||
uses: webbertakken/unity-activate@v1
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user