From fa880244ea08e3db8d86034fc4ecef66127fdf86 Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Fri, 2 Sep 2022 17:14:45 -0500 Subject: [PATCH] Remove redundant environment variable --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index ff396d7..2f162b8 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,6 @@ runs: . env: INPUT_PATH: ${{ inputs.path }} - RUNNER_TEMP: ${{ runner.temp }} # Switch to gtar (GNU tar instead of bsdtar which is the default in the MacOS runners so we can use --hard-dereference) - name: Archive artifact @@ -42,7 +41,6 @@ runs: . env: INPUT_PATH: ${{ inputs.path }} - RUNNER_TEMP: ${{ runner.temp }} # Massage the paths for Windows only - name: Archive artifact @@ -59,7 +57,6 @@ runs: "." env: INPUT_PATH: ${{ inputs.path }} - RUNNER_TEMP: ${{ runner.temp }} - name: Upload artifact uses: actions/upload-artifact@main