Skip to content

Instantly share code, notes, and snippets.

View wwgwwgyu's full-sized avatar

wwgwwgyu

  • Joined Oct 28, 2025
View GitHub Profile
@wwgwwgyu
wwgwwgyu / V2Nodes_config.txt
Created October 28, 2025 03:10
V2Nodes_config.txt
name: 定时任务 自动获取节点信息
on:
push:
branches:
- main # 触发主分支推送时运行
workflow_dispatch: # 允许手动触发
schedule:
- cron: '0 */2 * * *' # 每两个小时运行一次