Skip to content

Commit c7cebe8

Browse files
committed
added sync workflow
1 parent 74bc9af commit c7cebe8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sync-from-java.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
git config user.email "action@github.com"
3232
git add .
3333
git diff --quiet && git diff --staged --quiet || git commit -m "Manual sync from Java repo"
34-
git push
34+
git push
35+

0 commit comments

Comments
 (0)