Skip to content

Handle push redirect for flavored web-view #13

Handle push redirect for flavored web-view

Handle push redirect for flavored web-view #13

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