We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4417702 commit 94ef5b6Copy full SHA for 94ef5b6
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