Files
ShellCrash/.github/workflows/core_auto_update.yml
Workflow config file is invalid. Please check your config file: yaml: line 18: could not find expected ':'
2026-01-02 11:12:33 +08:00

40 lines
946 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: core_auto_update
on:
schedule:
- cron: 0 18 * * *
workflow_dispatch:
jobs:
auto_update_singboxr_dev:
permissions: write-all
uses: juewuy/ShellCrash/.github/workflows/update_singbox_core.yaml@dev
with:
tag1: reF1nd/sing-box
tag2: reF1nd-dev
tag4: singboxr
tag5: with_gvisor,with_quic,with_dhcp,with_wireguard,with_utls,with_shadowsocksr,with_acme,with_clash_api,with_tailscale
tag6gz
secrets: inherit
auto_update_singboxr_dev:
permissions: write-all
uses: juewuy/ShellCrash/.github/workflows/update_meta_core.yaml@dev
with:
tag1: MetaCubeX/mihomo
tag2: Alpha
tag4: meta
tag5: with_gvisor
tag6gz
secrets: inherit
cleanup:
runs-on: ubuntu-latest
steps:
- name: cleanup
uses: Mattraks/delete-workflow-runs@main
with:
retain_days: 1
keep_minimum_runs: 2