Skip to content

chore(ci): update submodule #741

chore(ci): update submodule

chore(ci): update submodule #741

Workflow file for this run

name: Dispatch Workflow
on:
push:
branches:
- main
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger Workflow
uses: actions/github-script@v6
with:
github-token: ${{secrets.DWARVES_PAT}}
script: |
github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: "memo.d.foundation",
workflow_id: 'dispatch.yml',
ref: 'main',
})