Skip to content

chore(licence): clarify MPL-2.0 fallback — PMPL-1.0-or-later preferred #68

chore(licence): clarify MPL-2.0 fallback — PMPL-1.0-or-later preferred

chore(licence): clarify MPL-2.0 fallback — PMPL-1.0-or-later preferred #68

Workflow file for this run

# SPDX-License-Identifier: PMPL-1.0-or-later
# Instant Forge Sync - Triggers propagation to all forges on push/release
name: Instant Sync
on:
push:
branches: [main, master]
release:
types: [published]
permissions:
contents: read
jobs:

Check failure on line 14 in .github/workflows/instant-sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/instant-sync.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger Propagation
uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 # v3
with:
token: ${{ secrets.FARM_DISPATCH_TOKEN }}
repository: hyperpolymath/.git-private-farm
event-type: propagate
client-payload: |-
{
"repo": "${{ github.event.repository.name }}",
"ref": "${{ github.ref }}",
"sha": "${{ github.sha }}",
"forges": ""
}
- name: Confirm
run: echo "::notice::Propagation triggered for ${{ github.event.repository.name }}"
- name: K9-SVC Validation
run: |
echo "K9-SVC validation"
[ -d .machine_readable/contractiles ] && echo "Contractiles present" || echo "No contractiles"