From 07616d8b7580a0275ac2b17787f6caf6664be500 Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Fri, 31 Jan 2025 23:08:20 -0600 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index ba709955af..03f7fcff0d 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -1,24 +1,5 @@ name: Update Submodules -on: - workflow_dispatch: - -jobs: - update-submodules: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v4.2.2 - - - name: Set up Git - run: | - git config --global user.email "actions@github.com" - git config --global user.name "GitHub Actions" - - -name: Update Submodules - on: workflow_dispatch: