From 87096208de093e23b3e7775270549110bbedd1cd Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 30 Nov 2019 15:15:15 +0100 Subject: [PATCH] Use published activation action in workflow --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8af45eb..5ff21e5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 }}