Skip to content

Commit

Permalink
add sync upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
sansx committed May 22, 2024
1 parent 22e9e30 commit 843bba9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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: localization
head: main
pr_title: 'Fork Sync: Update from tact-lang/tact-docs'

0 comments on commit 843bba9

Please sign in to comment.