Skip to content

Commit

Permalink
sync upstream action
Browse files Browse the repository at this point in the history
  • Loading branch information
sansx committed Apr 29, 2024
1 parent 26da197 commit ce1f973
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/sync-fork.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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: localization
head: main

0 comments on commit ce1f973

Please sign in to comment.