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 }}"