From 5345319fc109944d409e33b19bfbaa55de0759fd Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 23 Nov 2019 13:42:32 +0100 Subject: [PATCH] Fix incorrect reference to RMAF --- .github/workflows/request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/request.yml b/.github/workflows/request.yml index a27ac68..a476de4 100644 --- a/.github/workflows/request.yml +++ b/.github/workflows/request.yml @@ -23,8 +23,8 @@ jobs: # Use action from this repo - name: Request manual activation file id: getManualLicenseFile - uses: ./get-manual-license-file -# uses: actions/webbertakken/get-manual-license-file@master + uses: ./request-manual-activation-file +# uses: actions/webbertakken/request-manual-activation-file@master ## ## Strategy 1: Use the output from the jobs output variable