Skip to content

docs: update README.md #15

docs: update README.md

docs: update README.md #15

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: master
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 }}