From 80d792855488fff786b00042e28ce29cb3f48c07 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:51:05 -0600 Subject: [PATCH] Delete .github/workflows/sync-fork.yml --- .github/workflows/sync-fork.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/sync-fork.yml diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml deleted file mode 100644 index 504f394..0000000 --- a/.github/workflows/sync-fork.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: sync-fork -on: - schedule: - - cron: '0 0 * * *' - workflow_dispatch: { } -jobs: - sync: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - run: gh repo sync $REPOSITORY -b main - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - REPOSITORY: ${{ github.repository }} - BRANCH_NAME: ${{ github.ref_name }}