Skip to content

update vision to only use green balloons #76

update vision to only use green balloons

update vision to only use green balloons #76

Workflow file for this run

name: Notify Parent Repository
on:
push:
branches:
- main
jobs:
notify-parent:
runs-on: ubuntu-latest
steps:
- name: Checkout submodule repository
uses: actions/checkout@v2
- name: Trigger workflow in parent repository
run: |
curl -X POST \
-H "Authorization: token ${{ secrets.RUNNER_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/BUZZ-Blimps/CatchingBlimp/actions/workflows/update-submodules.yml/dispatches \
-d '{"ref": "main"}'