Skip to content

Commit c4b18ce

Browse files
authored
Merge pull request #3 from cvmfs-contrib/bugfix-actions-runner-issues-665
[inputs] actions/runner#665
2 parents 4417702 + 94ef5b6 commit c4b18ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ runs:
1717
steps:
1818
- run: ${{ github.action_path }}/setup-cvmfs.sh
1919
shell: bash
20+
env:
21+
INPUT_CVMFS_REPOSITORIES: ${{ inputs.cvmfs_repositories }}
22+
INPUT_CVMFS_HTTP_PROXY: ${{ inputs.cvmfs_http_proxy }}

0 commit comments

Comments
 (0)