Skip to content

Commit

Permalink
pull before commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Edit-Mr committed Feb 12, 2024
1 parent 4bd13c1 commit 69cc6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
if git diff --staged --quiet; then
echo "No changes"
else
git pull
git commit -m "📅更新活動列表"
git push
fi
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/list-img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
if git diff --staged --quiet; then
echo "No changes"
else
git pull
git commit -m "🖼️更新圖片列表"
git push
fi

0 comments on commit 69cc6ed

Please sign in to comment.