From 24987a963e16a59423e0914205bf68ad03c74c76 Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 23 Nov 2019 13:40:57 +0100 Subject: [PATCH] Reorder yaml --- .github/workflows/request.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/request.yml b/.github/workflows/request.yml index 7045d16..a27ac68 100644 --- a/.github/workflows/request.yml +++ b/.github/workflows/request.yml @@ -17,13 +17,14 @@ jobs: - name: Checkout repository uses: actions/checkout@v1 - # Use action from this repo - - uses: ./get-manual-license-file - # Configure how that action should run + + + # Use action from this repo - name: Request manual activation file id: getManualLicenseFile - uses: actions/webbertakken/get-manual-license-file@master + uses: ./get-manual-license-file +# uses: actions/webbertakken/get-manual-license-file@master ## ## Strategy 1: Use the output from the jobs output variable