Skip to content

Commit

Permalink
[TASK] Automatically update site package (#55)
Browse files Browse the repository at this point in the history
Releases: main
  • Loading branch information
linawolf authored Dec 18, 2024
1 parent e746fb3 commit 0610f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr-sitepackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 0610f53

Please sign in to comment.