We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4417702 + 94ef5b6 commit c4b18ceCopy full SHA for c4b18ce
action.yml
@@ -17,3 +17,6 @@ runs:
17
steps:
18
- run: ${{ github.action_path }}/setup-cvmfs.sh
19
shell: bash
20
+ env:
21
+ INPUT_CVMFS_REPOSITORIES: ${{ inputs.cvmfs_repositories }}
22
+ INPUT_CVMFS_HTTP_PROXY: ${{ inputs.cvmfs_http_proxy }}
0 commit comments