Skip to content

Commit

Permalink
feat: action
Browse files Browse the repository at this point in the history
  • Loading branch information
JinnLynn committed Jun 13, 2024
1 parent 5b93213 commit 928df72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
schedule:
- cron: "0 */12 * * *"
push:
branches:
- dev-hot

jobs:
master:
Expand All @@ -15,4 +13,4 @@ jobs:
dev:
uses: ./.github/workflows/cook-branch.yml
with:
branch: dev
branch: dev-hot
1 change: 1 addition & 0 deletions example/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
; output = ${HOME}/pac.js
; outtut = ~/pac.js


; 通用配置节点
; [job]节点使用其值作为默认值
[config]
Expand Down

0 comments on commit 928df72

Please sign in to comment.