已修改 .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:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout ShellCrash
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||||
|
with:
|
||||||
|
#repository: juewuy/ShellCrash
|
||||||
|
ref: dev
|
||||||
|
|
||||||
- name: Apt Update
|
- name: Apt Update
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: Update Premium latest Core
|
name: Update Premium latest Core
|
||||||
on:
|
on:
|
||||||
schedule:
|
#schedule:
|
||||||
- cron: 0 20 * * 6
|
#- cron: 0 20 * * 6
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user