From 0610f5373f69d1122c9377d764690f4dc412af5a Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:08:25 +0100 Subject: [PATCH] [TASK] Automatically update site package (#55) Releases: main --- .github/workflows/auto-pr-sitepackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pr-sitepackage.yml b/.github/workflows/auto-pr-sitepackage.yml index e38485a..a0c39d4 100644 --- a/.github/workflows/auto-pr-sitepackage.yml +++ b/.github/workflows/auto-pr-sitepackage.yml @@ -51,7 +51,7 @@ jobs: - name: Create a New Branch for Changes run: | git checkout -b ${{ env.NEW_BRANCH }} - git add . # Stage all changes + git add --all # Stage all changes git status --short # Verify that files are staged properly git diff --cached # Show the changes that will be committed git commit -m "${{ env.COMMIT_MESSAGE }}"