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 72ba3cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: sync
on:
schedule:
- cron: '0 0 * * *' # every hour
jobs:
sync:
runs-on: ubuntu-latest
steps:
- run: |
gh repo sync Godin/jacoco -b master
gh repo sync Godin/www.eclemma.org -b master
gh repo sync Godin/eclipse-eclemma -b master
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 72ba3cd

Please sign in to comment.