已修改 .github/workflows/bin_update.yml
已修改 .github/workflows/update_premium.latest_core.yaml
This commit is contained in:
9
.github/workflows/bin_update.yml
vendored
9
.github/workflows/bin_update.yml
vendored
@@ -20,9 +20,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Checkout ShellCrash
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
with:
|
||||
#repository: juewuy/ShellCrash
|
||||
ref: dev
|
||||
|
||||
- name: Apt Update
|
||||
env:
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Update Premium latest Core
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 20 * * 6
|
||||
#schedule:
|
||||
#- cron: 0 20 * * 6
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user