update workflow

Workflow will stop if github internet connection not stable
This commit is contained in:
siritami
2024-03-01 01:08:04 +07:00
parent 531751f111
commit ebe3fe1b26
5 changed files with 61 additions and 8 deletions

View File

@@ -9,4 +9,4 @@ runs:
java-version: '17'
- name: Setup Cloudflare Warp
shell: bash
run: bash src/etc/cf_warp.sh
run: bash src/etc/cf_warp.sh

View File

@@ -19,10 +19,3 @@ runs:
name: Revanced & Revanced Extended
tag_name: all
body_path: ${{ github.workspace }}-CHANGELOG.txt
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2.0.6
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 90
keep_minimum_runs: 999