Skip to content

Commit 51bb65e

Browse files
authored
testing
1 parent 9e80383 commit 51bb65e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-md-date.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
# Ensure we're on the correct branch
4848
git switch -c "$PR_BRANCH" || git switch "$PR_BRANCH"
4949
50-
# Stage and commit changes if any
50+
# Stage and commit all changes (new, modified, deleted)
5151
git add -A
5252
git diff --staged --quiet || git commit -m "Update last modified date in Markdown files"
5353
54-
# Pull and merge existing changes
54+
# Pull and merge existing changes from remote
5555
git pull origin "$PR_BRANCH" --no-rebase
5656
57-
# Push all changes
57+
# Push all changes to the PR branch
5858
git push origin "$PR_BRANCH"

0 commit comments

Comments
 (0)