Skip to content

Update main.yml

Update main.yml #5

Workflow file for this run

name: "build Nix packages"
on:
pull_request:
push:
schedule:
- cron: '53 20 * * *' # AEST 6:53 am
workflow_dispatch:
jobs:
nix:
strategy:
matrix:
pkg: [aslp, bap-aslp, basil, bap-uq-pac]
uses: ./.github/workflows/nix.yml

Check failure on line 13 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / build Nix packages

Invalid workflow file

The workflow is not valid. In .github/workflows/main.yml (Line: 13, Col: 11): Error from called workflow katrinafyi/pac-nix/.github/workflows/nix.yml@d4ff28dae143bf294decda4b710b9983e42bd4f7: (Line: 12, Col: 25, Idx: 266) - (Line: 12, Col: 40, Idx: 281): While scanning a plain scalar, find unexpected ':'.
with:
pkg: ${{matrix.pkg}}
secrets: inherit