File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
This GitHub Action sets up CernVM-FS for use in GitHub Workflows.
3
3
4
4
## Instructions
5
- You can use this GitHub Action in a workflow in your own repository by with ` uses: cvmfs-contrib/setup -cvmfs@main ` .
5
+ You can use this GitHub Action in a workflow in your own repository by with ` uses: cvmfs-contrib/github-action -cvmfs@main ` .
6
6
7
7
For example, the file ` .github/workflows/tests.yml ` could include the following stanza:
8
8
``` yaml
9
9
jobs :
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : cvmfs-contrib/setup -cvmfs@main
13
+ - uses : cvmfs-contrib/github-action -cvmfs@main
14
14
` ` `
15
15
16
16
## Optional Parameters
29
29
runs-on: ubuntu-latest
30
30
steps:
31
31
- uses: actions/checkout@v2
32
- - uses: cvmfs-contrib/setup -cvmfs@main
32
+ - uses: cvmfs-contrib/github-action -cvmfs@main
33
33
- name: Setup CernVM-FS
34
34
run: cat /etc/cvmfs/default.local && ls /cvmfs/grid.cern.ch && cvmfs_config showconfig grid.cern.ch
35
35
` ` `
You can’t perform that action at this time.
0 commit comments