Skip to content

chore: Fix [JsonNumberHandling] is only valid on a number #16

chore: Fix [JsonNumberHandling] is only valid on a number

chore: Fix [JsonNumberHandling] is only valid on a number #16

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