From e2561ac645f7b1287618eee6c69db0efb5932e39 Mon Sep 17 00:00:00 2001 From: Philippe Rigovanov Date: Tue, 21 Jul 2020 13:42:20 +0300 Subject: [PATCH 1/2] Create syncfork.yml --- .github/workflows/syncfork.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/syncfork.yml diff --git a/.github/workflows/syncfork.yml b/.github/workflows/syncfork.yml new file mode 100644 index 000000000..fd6629fc2 --- /dev/null +++ b/.github/workflows/syncfork.yml @@ -0,0 +1,16 @@ +name: Sync Fork + +on: + schedule: + - cron: '0 0 * * *' + +jobs: + sync: + + runs-on: ubuntu-latest + + steps: + - uses: TG908/fork-sync@v1.1 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + owner: marijnh From 0bde8117657492cc4351c0b394eb2355a0c1ba98 Mon Sep 17 00:00:00 2001 From: Philippe Rigovanov Date: Thu, 24 Sep 2020 07:02:49 +0300 Subject: [PATCH 2/2] Update syncfork.yml --- .github/workflows/syncfork.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/syncfork.yml b/.github/workflows/syncfork.yml index fd6629fc2..dce37dd2d 100644 --- a/.github/workflows/syncfork.yml +++ b/.github/workflows/syncfork.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: TG908/fork-sync@v1.1 + - uses: tgymnich/fork-sync@v1.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} owner: marijnh