Skip to content

Commit 983c8aa

Browse files
author
Marko Petric
committed
fix typo and badges
1 parent 2ef36bf commit 983c8aa

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: macOS with cvmfs_repositories
1+
name: macOS
22
on: [push, pull_request]
33
jobs:
44
macOS-minimal:

.github/workflows/minimal-usage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Minimal usage
1+
name: ubuntu
22
on: [push, pull_request]
33
jobs:
44
build:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# GitHub Action: cvmfs-contrib/github-action-cvmfs
2+
![ubuntu](https://github.com/cvmfs-contrib/github-action-cvmfs/workflows/ubuntu/badge.svg)![macOS](https://github.com/cvmfs-contrib/github-action-cvmfs/workflows/macOS/badge.svg)
3+
24
This GitHub Action sets up CernVM-FS for use in GitHub Workflows.
35

46
## Instructions
@@ -133,7 +135,7 @@ jobs:
133135
build:
134136
runs-on: ubuntu-latest
135137
steps:
136-
- uses: petricm/github-action-cvmfs@add
138+
- uses: cvmfs-contrib/github-action-cvmfs@main
137139
- name: Test CernVM-FS
138140
run: |
139141
ls /cvmfs/lhcb.cern.ch

0 commit comments

Comments
 (0)