Skip to content

holochain-released

holochain-released #3

name: "Dispatch listener"
on:
repository_dispatch:
jobs:
bump_holochain-main:
if: ${{ github.event.action == 'holochain-released' && startsWith(github.event.client_payload.tag, 'holochain-0.4') }}
uses: holochain/holonix/.github/workflows/holonix-update.yaml@main

Check failure on line 9 in .github/workflows/dispatch-listener.yaml

View workflow run for this annotation

GitHub Actions / Dispatch listener

Invalid workflow file

The workflow is not valid. .github/workflows/dispatch-listener.yaml (Line: 9, Col: 11): Input update-scaffolding is required, but not provided while calling. .github/workflows/dispatch-listener.yaml (Line: 9, Col: 11): Input update-launcher is required, but not provided while calling.
with:
branch: main
update-holochain: true
bump_holochain-0_3:
if: ${{ github.event.action == 'holochain-released' && startsWith(github.event.client_payload.tag, 'holochain-0.3') }}
uses: holochain/holonix/.github/workflows/holonix-update.yaml@main
with:
branch: main-0.3
update-holochain: true
bump_holochain-0_2:
if: ${{ github.event.action == 'holochain-released' && startsWith(github.event.client_payload.tag, 'holochain-0.2') }}
uses: holochain/holonix/.github/workflows/holonix-update.yaml@main
with:
branch: main-0.2
update-holochain: true