This commit is contained in:
firestar5683
2026-03-27 18:05:44 -05:00
parent ac4cec2e22
commit 3d8af2361e
1943 changed files with 4675 additions and 4661 deletions
+3 -3
View File
@@ -1,16 +1,16 @@
name: Schedule FrogPilot Update
name: Schedule StarPilot Update
on:
workflow_dispatch:
inputs:
scheduled_date:
description: "Enter the date to update the \"FrogPilot\" branch (YYYY-MM-DD)"
description: "Enter the date to update the \"StarPilot\" branch (YYYY-MM-DD)"
required: true
env:
GIT_EMAIL: "91348155+FrogAi@users.noreply.github.com"
GIT_NAME: "James"
TARGET_BRANCH: "FrogPilot-Staging"
TARGET_BRANCH: "StarPilot-Staging"
UPDATE_FILE_PATH: ".github/update_date"
jobs: