Sync Fork #159
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/fork-sync@v1.8 | |
with: | |
owner: TownSquareXYZ | |
base: main | |
head: main | |
merge_method: rebase | |
pr_title: 'Fork Sync: Update from ton-community/ton-docs' |