diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b4bd2a5..f669447 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,4 +1,4 @@ -name: macOS with cvmfs_repositories +name: macOS on: [push, pull_request] jobs: macOS-minimal: diff --git a/.github/workflows/minimal-usage.yml b/.github/workflows/minimal-usage.yml index d6913e5..9c308f2 100644 --- a/.github/workflows/minimal-usage.yml +++ b/.github/workflows/minimal-usage.yml @@ -1,4 +1,4 @@ -name: Minimal usage +name: ubuntu on: [push, pull_request] jobs: build: diff --git a/README.md b/README.md index 37dc748..8eac2f4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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