test
All checks were successful
Sync To /home/ubuntu/gfps / sync (push) Successful in 2s

This commit is contained in:
魏风
2026-05-02 10:40:27 +08:00
parent c95e9d2a07
commit 282135addb
2 changed files with 2 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
name: Sync To /home/ubuntu/.nanobot/workspace/gfps
name: Sync To /home/ubuntu/gfps
on:
push:
@@ -14,7 +14,7 @@ jobs:
shell: bash
run: |
set -e
TARGET=/home/ubuntu/.nanobot/workspace/gfps
TARGET=/home/ubuntu/gfps
REPO="http://oauth2:${{ gitea.token }}@172.17.0.1:3000/${{ github.repository }}.git"
mkdir -p "$TARGET"