Skip to content

Commit

Permalink
Merge pull request #6 from TownSquareXYZ/sync-upstream
Browse files Browse the repository at this point in the history
update sync upstream
  • Loading branch information
TonSquare authored Sep 4, 2024
2 parents 8ba2548 + e2b4e36 commit 71eb053
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 71eb053

Please sign in to comment.