Skip to content

Commit ece1da0

Browse files
authored
Merge branch 'openMetadataInitiative:v1' into main
2 parents 3563937 + bbfcff7 commit ece1da0

5 files changed

+855
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: openMINDS_upstream
2+
3+
on:
4+
- push
5+
- workflow_dispatch
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Trigger central repository
12+
run: |
13+
curl -XPOST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/openMetadataInitiative/openMINDS/actions/workflows/build-dev.yml/dispatches --data '{"ref": "pipeline", "inputs": {"branch": "${{github.ref_name}}", "repository": "${{ github.repository }}"}'
54.1 KB
Loading

0 commit comments

Comments
 (0)