Opengist Logo 清羽飞扬の代码片段

Explore

  • All gists
  • Topics
  • Users
个人主页 站长博客
Give feedback on the new UI Powered by Opengist ⋅ 16ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
1

1panel

Recently created Least recently created Recently updated Least recently updated
LiuShen

LiuShen / AppStore完善同步更新Action脚本

Last active 2 months ago 1panel action auto

AppStore完善同步更新Action脚本,支持强制同步,自动合入,解决冲突

0 0 2
1 name: Sync commits to CNB (force)
2
3 on:
4 schedule:
5 - cron: "0 0 * * *" # 每天凌晨 0 点强制同步(兜底)
6 - cron: "0 */6 * * *" # 每 6 小时检查一次
7 push:
8 branches:
9 - main
10 workflow_call: # 允许被其他工作流调用