Skip to content

Commit

Permalink
update sync upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
sansx committed Aug 30, 2024
1 parent 8ba2548 commit e2b4e36
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync Fork

on:
schedule:
- cron: '0 0 * * *' # every day at 00:00.
workflow_dispatch: # on button click

jobs:
sync:

runs-on: ubuntu-latest

steps:
- uses: tgymnich/[email protected]
with:
owner: TownSquareXYZ
base: master
head: master
merge_method: rebase
pr_title: 'Fork Sync: Update from Telegram-Mini-Apps/telegram-apps'

0 comments on commit e2b4e36

Please sign in to comment.