Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
AarC10 committed Oct 18, 2023
2 parents 0629dea + 1c65b3c commit d2a33f2
Show file tree
Hide file tree
Showing 68 changed files with 7,372 additions and 12,645 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/notify_dependencies.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Notify Submodule Dependencies
on:
push:
branches:
- main

jobs:
dispatch:
runs-on: ubuntu-latest
strategy:
matrix:
repo: ["RIT-Launch-Initiative/autopilot-module", "RIT-Launch-Initiative/power-module", "RIT-Launch-Initiative/radio-module", "RIT-Launch-Initiative/sensor-module"]
steps:
- name: Notify Submodule Dependencies
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.LAUNCH_ACCESS_TOKEN }}
repository: ${{ matrix.repo }}
event-type: update
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "module": "extern/launch-core", "branch": "main"}'
Loading

0 comments on commit d2a33f2

Please sign in to comment.