Skip to content

ci: Change to update the dev branch for LivestreamRecorderService #24

ci: Change to update the dev branch for LivestreamRecorderService

ci: Change to update the dev branch for LivestreamRecorderService #24

name: update-submodule
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
update-service:
runs-on: ubuntu-latest
steps:
- uses: fatjyc/[email protected]
with:
repo: LivestreamRecorderService
sync_ref: dev
user: ${{ github.repository_owner }}
token: ${{ secrets.CR_PAT }}
repo_owner: ${{ github.repository_owner }}
committor_username: ${{ github.repository_owner }}
committor_email: [email protected]
path: ${{ github.event.repository.name }}
update-backend:
runs-on: ubuntu-latest
steps:
- uses: fatjyc/[email protected]
with:
repo: LivestreamRecorderBackend
sync_ref: dev
user: ${{ github.repository_owner }}
token: ${{ secrets.CR_PAT }}
repo_owner: ${{ github.repository_owner }}
committor_username: ${{ github.repository_owner }}
committor_email: [email protected]
path: ${{ github.event.repository.name }}