From 02acf77ef143e375eaab59c5bfbea2e334fcaf8c Mon Sep 17 00:00:00 2001 From: Hari Chalise Date: Sun, 9 Feb 2025 14:05:32 +0545 Subject: [PATCH] Update module.yml --- .github/workflows/module.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/module.yml b/.github/workflows/module.yml index c537ad1..de7a25d 100644 --- a/.github/workflows/module.yml +++ b/.github/workflows/module.yml @@ -3,8 +3,8 @@ name: 'Update Carch Submodule' on: push: paths: - - 'carch/**' - workflow_dispatch: + - 'carch/**' # Detects any changes in the carch submodule + workflow_dispatch: # Allows manual triggering of the workflow jobs: update-submodule: @@ -14,6 +14,11 @@ jobs: - name: Checkout documentation repository uses: actions/checkout@v3 + - name: Set Git identity + run: | + git config --global user.name "GitHub Actions" + git config --global user.email "actions@github.com" + - name: Initialize and update submodules run: | git submodule init