Skip to content

Update README.adoc- Fixed the link to doc #4

Update README.adoc- Fixed the link to doc

Update README.adoc- Fixed the link to doc #4

Workflow file for this run

name: Notify parent repo
on:
push:
branches:
- main # or whichever branch you want
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send dispatch event
run: |
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PARENT_REPO_TOKEN }}" \
https://api.github.com/repos/cloudera/cloudera-partners/dispatches \
-d '{"event_type":"update-submodule", "client_payload": {"submodule": "ClouderaSetup"}}'