Skip to content

Commit

Permalink
(WIP) test sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Apr 10, 2024
1 parent 56ad4f0 commit 17533c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: sync
on:
- push
# TODO schedule:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- run: gh repo sync Godin/jacoco -b master
env:
GH_TOKEN: ${secrets.GH_TOKEN}

0 comments on commit 17533c8

Please sign in to comment.