Skip to content

.github/workflows/trigger_build.yml #31

.github/workflows/trigger_build.yml

.github/workflows/trigger_build.yml #31

Workflow file for this run

on:
workflow_dispatch: {}
schedule:
- cron: "37 20 14 * *"
jobs:
trigger-bnp:
name: Trigger build & publish
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
with:
script: |
github.request('POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches', {
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: "build_dict.yml",
ref: 'pkg-moegirl'
})
debug: true