Skip to content

Commit

Permalink
ci: Change to update the dev branch for LivestreamRecorderService
Browse files Browse the repository at this point in the history
- Change the `sync_ref` to target the `dev` branch instead of `master` in the `update-submodule` github action.

Signed-off-by: 陳鈞 <[email protected]>
  • Loading branch information
jim60105 committed May 20, 2024
1 parent f2d5900 commit 53083cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: fatjyc/[email protected]
with:
repo: LivestreamRecorderService
sync_ref: master
sync_ref: dev
user: ${{ github.repository_owner }}
token: ${{ secrets.CR_PAT }}
repo_owner: ${{ github.repository_owner }}
Expand Down

0 comments on commit 53083cc

Please sign in to comment.