전체 새로 만들기

user:thomas 사용자가 만든 gist

title:mygist 주어진 제목의 gist

description:sync 주어진 설명의 gist

filename:myfile.txt 주어진 파일 이름을 가진 gist

extension:yml 주어진 확장자를 가진 gist

language:go 주어진 언어를 가진 gist

topic:homelab 주어진 토픽의 gist

all:systemctl 모든 필드 검색

회원가입

로그인

전체 새로 만들기 회원가입 로그인

토픽과 일치하는 모든 gist action

최신 순 생성일
오래된 순 생성일
최신 순 수정일
오래된 순 수정일
LiuShen's Avatar

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

0 좋아요
0 포크
2 파일
마지막 활동 2 months ago
AppStore完善同步更新Action脚本,支持强制同步,自动合入,解决冲突
1panel action auto
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: # 允许被其他工作流调用
LiuShen's Avatar

LiuShen / Action实现刷新EO缓存

0 좋아요
0 포크
2 파일
마지막 활동 2 months ago
通过Python,在Github Action中实现EO站点缓存刷新
action auto cache edgeone eo github python tencent
1 import os
2 import json
3 from tencentcloud.common import credential
4 from tencentcloud.teo.v20220901 import teo_client, models
5 from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
6
7 try:
8 cred = credential.Credential(
9 os.getenv("TENCENTCLOUD_SECRET_ID"),
10 os.getenv("TENCENTCLOUD_SECRET_KEY")
LiuShen's Avatar

LiuShen / github action构建hexo源码

0 좋아요
0 포크
1 파일
마지막 활동 2 months ago
github action构建hexo源码,yml文件分享
action github hexo npm
1 name: 自动部署
2
3 on:
4 push:
5 branches:
6 - main
7
8 release:
9 types:
10 - published
다음 항목 이전 항목

Opengist의 지원을 받고 있습니다 ⋅ Load: 55ms⋅

한국어
العربية Čeština Deutsch English Español Français Magyar Italiano 日本語 한국어 Polski Português Русский Türkçe Українська 简体中文 繁體中文
⋅ 个人主页 ⋅ 站长博客