Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
removed github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Glydric committed Oct 30, 2023
2 parents 5744b62 + c4472bf commit ddcabc0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update-submodule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Submodule Notify Parent"

on: [push, workflow_dispatch]

jobs:
dispatch:
runs-on: ubuntu-latest
name: "Submodule Notify Parent"
strategy:
matrix:
repo: ["unicam-complex-system/camera-security-system-monorepo"]

steps:
- name: Push to repo
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PAT }}
repository: ${{ matrix.repo }}
event-type: update
client-payload: '{"module":"${{ github.repository }}","sha":"${{ github.sha }}"}'

0 comments on commit ddcabc0

Please sign in to comment.