Skip to content

trying to fix action when version is specified #13

trying to fix action when version is specified

trying to fix action when version is specified #13

Workflow file for this run

name: Test the action
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
build-margo:
runs-on: ubuntu-22.04
name: Build the latest version of margo
steps:
- uses: actions/checkout@v4
- uses: mochi-hpc/mochi-test-build-action@main
with:
package-name: mochi-margo
build-cache-token: ${{ secrets.GITHUB_TOKEN }}
- uses: mochi-hpc/mochi-test-build-action@main
with:
package-name: mochi-margo
package-version: '@main'
build-cache-token: ${{ secrets.GITHUB_TOKEN }}