Skip to content

Commit dc11676

Browse files
committed
[README] updated to uses: cvmfs-contrib/github-action-cvmfs@main
1 parent d9af972 commit dc11676

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
This 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

77
For example, the file `.github/workflows/tests.yml` could include the following stanza:
88
```yaml
99
jobs:
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
@@ -29,7 +29,7 @@ jobs:
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
```

0 commit comments

Comments
 (0)