Skip to content

Commit

Permalink
Init repo sync
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozRatej committed May 17, 2024
1 parent 2b9409a commit 70920c6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Sync HumHub app with app-flavored

on:
push:
branches:
- '*'
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.REPO2_TOKEN }}

32 changes: 32 additions & 0 deletions .github/workflows/sync-to-flavored-repos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
humhub/app@f-flavored:
- android/
- ios/
- assets/
- lib/
- linux
- macos/
- test/
- web/
- windows
- .gitignore
- .metadata
- analysis_options.yaml
- l10n.yaml
- pubspec.lock
- pubspec.yaml
humhub/app-flavored@main:
- android/
- ios/
- assets/
- lib/
- linux
- macos/
- test/
- web/
- windows
- .gitignore
- .metadata
- analysis_options.yaml
- l10n.yaml
- pubspec.lock
- pubspec.yaml

0 comments on commit 70920c6

Please sign in to comment.