We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca2f8a commit 04b1065Copy full SHA for 04b1065
2 files changed
.github/workflows/generate-unity-license.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Generate Unity License File
10
runs-on: ubuntu-latest
11
container:
12
- image: "unityci/editor:ubuntu-6000.0.67f1-base-3.2.1"
+ image: ${{ vars.UNITY_IMAGE }}
13
steps:
14
- uses: actions/checkout@v2
15
- run: /opt/unity/Editor/Unity -nographics -batchmode -createManualActivationFile -logfile || true
.github/workflows/run-tests.yml
@@ -12,7 +12,7 @@ jobs:
timeout-minutes: 5
16
17
- name: Checkout Repository
18
uses: actions/checkout@v2
0 commit comments