🔧 chore(ci): refresh main before sync
Trigger Superpowers Sync / Run main sync script (push) Successful in 6s Details

This commit is contained in:
csh 2026-01-22 15:53:48 +08:00
parent 548344efed
commit 80f0d1c3cf
1 changed files with 2 additions and 1 deletions

View File

@ -74,5 +74,6 @@ jobs:
run: | run: |
set -euo pipefail set -euo pipefail
cd "$REPO_DIR" cd "$REPO_DIR"
git checkout -f "$TARGET_BRANCH" git fetch origin "$TARGET_BRANCH"
git checkout -B "$TARGET_BRANCH" "origin/$TARGET_BRANCH"
bash .gitea/ci/sync_superpowers.sh bash .gitea/ci/sync_superpowers.sh