Skip to content

Commit 4cacb82

Browse files
kendalharlandkendal
and
kendal
committed
Add a workflow to sync this fork (#40)
Co-authored-by: kendal <[email protected]>
1 parent 86589ec commit 4cacb82

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Cron - Sync with upstream
2+
3+
on:
4+
schedule:
5+
# Every day 8:00 am UTC
6+
- cron: '0 8 * * *'
7+
8+
workflow_dispatch:
9+
10+
jobs:
11+
sync_with_upstream:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: thebrowsercompany/gha-sync-fork@2374ecc08280ab56d3a6161d0cede45ebf95cd61
15+
with:
16+
fork_repo: thebrowsercompany/firebase-cpp-sdk
17+
fork_branch: compnerd/swift
18+
upstream_repo: firebase/firebase-cpp-sdk
19+
upstream_branch: main

0 commit comments

Comments
 (0)