Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozRatej committed May 17, 2024
1 parent f942902 commit 84ad485
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Sync HumHub app with app-flavored
on:
push:
branches:
- f-flavored
- "f-flavored"

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

GH_PAT: ${{ secrets.GH_PAT }}

0 comments on commit 84ad485

Please sign in to comment.