File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55This GitHub Action sets up CernVM-FS for use in GitHub Workflows.
66
77## Instructions
8- You can use this GitHub Action in a workflow in your own repository with ` uses: cvmfs-contrib/github-action-cvmfs@main ` .
8+ You can use this GitHub Action in a workflow in your own repository with ` uses: cvmfs-contrib/github-action-cvmfs@v2 ` .
99
1010A minimal job example for GitHub-hosted runners of type ` ubuntu-latest ` :
1111``` yaml
1212jobs :
1313 ubuntu-minimal :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : cvmfs-contrib/github-action-cvmfs@main
16+ - uses : cvmfs-contrib/github-action-cvmfs@v2
1717 - name : Test CernVM-FS
1818 run : ls /cvmfs/sft.cern.ch/
1919` ` `
2525 macOS-minimal:
2626 runs-on: macos-latest
2727 steps:
28- - uses: cvmfs-contrib/github-action-cvmfs@main
28+ - uses: cvmfs-contrib/github-action-cvmfs@v2
2929 with:
3030 cvmfs_repositories: 'sft.cern.ch'
3131 - name: Test CernVM-FS
@@ -136,7 +136,7 @@ jobs:
136136 build:
137137 runs-on: ubuntu-latest
138138 steps:
139- - uses: cvmfs-contrib/github-action-cvmfs@main
139+ - uses: cvmfs-contrib/github-action-cvmfs@v2
140140 - name: Test CernVM-FS
141141 run: |
142142 ls /cvmfs/lhcb.cern.ch
You can’t perform that action at this time.
0 commit comments