Skip to content

Commit

Permalink
chore: add sync-fork git action
Browse files Browse the repository at this point in the history
  • Loading branch information
sansx committed Oct 28, 2024
1 parent 9af35e6 commit 6498a6f
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: main
head: main
merge_method: rebase
pr_title: 'Fork Sync: Update from tact-lang/tact'

0 comments on commit 6498a6f

Please sign in to comment.