This is an automated email from the ASF dual-hosted git repository.

aleks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 93481bde6 PS-15: Revert
93481bde6 is described below

commit 93481bde6f0cc84885a321a33cfa8fde9428704e
Author: Aleks <[email protected]>
AuthorDate: Mon Oct 10 16:38:48 2022 +0200

    PS-15: Revert
---
 .github/workflows/sync.yml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml
deleted file mode 100644
index a853db91f..000000000
--- a/.github/workflows/sync.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-name: Sync Upstream Fineract
-
-# This runs every hour
-on:
-  schedule:
-    - cron: '0 * * * *'
-  # Allows manual workflow run (must in default branch to work)
-  workflow_dispatch:
-
-jobs:
-  build:
-    runs-on: ubuntu-20.04
-
-    steps:
-      - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 
tag=v3
-      - name: Sync
-        run:  |
-          set -ex;
-          git config --local user.email "[email protected]";
-          git config --local user.name  "Aleksandar Vidakovic";
-          git remote add upstream "https://github.com/apache/fineract.git";;
-          git fetch upstream;
-          git rebase upstream/develop develop;
-          git push -f;

Reply via email to