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 22This GitHub Action sets up CernVM-FS for use in GitHub Workflows.
33
44## 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 ` .
66
77For example, the file ` .github/workflows/tests.yml ` could include the following stanza:
88``` yaml
99jobs :
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : cvmfs-contrib/setup -cvmfs@main
13+ - uses : cvmfs-contrib/github-action -cvmfs@main
1414` ` `
1515
1616## Optional Parameters
2929 runs-on: ubuntu-latest
3030 steps:
3131 - uses: actions/checkout@v2
32- - uses: cvmfs-contrib/setup -cvmfs@main
32+ - uses: cvmfs-contrib/github-action -cvmfs@main
3333 - name: Setup CernVM-FS
3434 run: cat /etc/cvmfs/default.local && ls /cvmfs/grid.cern.ch && cvmfs_config showconfig grid.cern.ch
3535` ` `
You can’t perform that action at this time.
0 commit comments