From 94ef5b67f319cb926fb769149e71c50a7261a86a Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Tue, 15 Dec 2020 09:26:10 -0600 Subject: [PATCH] [inputs] https://github.com/actions/runner/issues/665 --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 13d0dad..de784c7 100644 --- a/action.yml +++ b/action.yml @@ -17,3 +17,6 @@ runs: steps: - run: ${{ github.action_path }}/setup-cvmfs.sh shell: bash + env: + INPUT_CVMFS_REPOSITORIES: ${{ inputs.cvmfs_repositories }} + INPUT_CVMFS_HTTP_PROXY: ${{ inputs.cvmfs_http_proxy }}