From a3183e72243d0539c4de6f4d130f9b507f075119 Mon Sep 17 00:00:00 2001 From: Webber Date: Wed, 29 Jan 2020 21:38:32 +0100 Subject: [PATCH] use activate@v1.2, remove duplicate envs --- .github/workflows/main.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e105d7c..c67a0e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: # Activate Unity - name: Unity - Activate - uses: webbertakken/unity-activate@v1 + uses: webbertakken/unity-activate@v1.2 env: UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} @@ -170,19 +170,14 @@ jobs: activateAndThenReturnLicense: name: returnLicense 🎈 runs-on: ubuntu-latest - env: - UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} - steps: # Checkout repository (required to test local actions) - name: Checkout repository uses: actions/checkout@v2 - with: - lfs: true # Activate Unity - name: Activate Unity - uses: webbertakken/unity-activate@v1 + uses: webbertakken/unity-activate@v1.2 # Return License - name: Return license