Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Sep 17, 2024
1 parent 13b0799 commit 0ef3a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Build the latest version of the package
steps:
- uses: actions/checkout@v4
- uses: mochi-hpc/mochi-test-build-action@main
- uses: mochi-hpc/mochi-test-build-action@v1
```
This workflow will infer the name of the package to install from the
Expand All @@ -45,7 +45,7 @@ jobs:
name: Build the latest version of the package
steps:
- uses: actions/checkout@v4
- uses: mochi-hpc/mochi-test-build-action@main
- uses: mochi-hpc/mochi-test-build-action@v1
with:
# The package name will default to the name of the repository
package-name: mochi-margo
Expand Down

0 comments on commit 0ef3a31

Please sign in to comment.