Skip to content

Commit

Permalink
Auto sync-fork to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcat committed Apr 19, 2024
1 parent 30dee9c commit dd2b9c7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Sync Fork
on:
push:
workflow_dispatch:
schedule:
- cron: '0 * * * *'

jobs:
sync_fork:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: zacharee
base: master
head: master
retries: 1
retry_after: 10
ignore_fail: true
10 changes: 0 additions & 10 deletions .idea/deploymentTargetDropDown.xml

This file was deleted.

0 comments on commit dd2b9c7

Please sign in to comment.