From a6357e1b435a47c14d8eaf9fe65071de72c19afb Mon Sep 17 00:00:00 2001 From: Lars von BLS media Date: Tue, 10 Sep 2024 11:13:35 +0000 Subject: [PATCH] =?UTF-8?q?.github/workflows/update-submodules.yml=20gel?= =?UTF-8?q?=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update-submodules.yml | 26 ------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/update-submodules.yml diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml deleted file mode 100644 index 87a8b75..0000000 --- a/.github/workflows/update-submodules.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Update Calendso -on: - schedule: - - cron: "0 4 * * *" - workflow_dispatch: ~ - -jobs: - sync: - name: 'Submodules Sync' - runs-on: ubuntu-latest - defaults: - run: - shell: bash - steps: - - name: checkout - uses: actions/checkout@v3 - - - name: Git submodule update - run: | - git submodule update --remote --init - - - name: Commit - run: | - git config user.email "actions@github.com" - git config user.name "actions-user" - git commit -am "Auto updated submodule references" && git push || echo "No changes to commit"