Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: macOS with cvmfs_repositories
name: macOS
on: [push, pull_request]
jobs:
macOS-minimal:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimal-usage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Minimal usage
name: ubuntu
on: [push, pull_request]
jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# GitHub Action: cvmfs-contrib/github-action-cvmfs
![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)

This GitHub Action sets up CernVM-FS for use in GitHub Workflows.

## Instructions
Expand Down Expand Up @@ -133,7 +135,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: petricm/github-action-cvmfs@add
- uses: cvmfs-contrib/github-action-cvmfs@main
- name: Test CernVM-FS
run: |
ls /cvmfs/lhcb.cern.ch
Expand Down