Skip to content

Renames and more structured include to alleviate build-time issues #50

Renames and more structured include to alleviate build-time issues

Renames and more structured include to alleviate build-time issues #50

Workflow file for this run

name: Dispatch to dependents
on:
push:
branches:
- main
jobs:
build:
strategy:
matrix:
dependents: [Entity]
name: Trigger Langulus::${{matrix.dependents}}'s workflow
runs-on: ubuntu-latest
steps:
- run: >
curl
-X POST
-H "Accept: application/vnd.github+json"
-H "Authorization: Bearer ${{secrets.TRIGGER_WORKFLOWS}}"
https://api.github.com/repos/Langulus/${{matrix.dependents}}/dispatches
-d '{"event_type":"[Math] ${{github.event.head_commit.message}}","client_payload":{"cause":"Math"}}'