mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
更改混淆Actions为 手动;
This commit is contained in:
8
.github/workflows/obfuscator.yml
vendored
8
.github/workflows/obfuscator.yml
vendored
@@ -1,9 +1,9 @@
|
||||
name: Obfuscate and Commit
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '明文源码.js'
|
||||
#push:
|
||||
# paths:
|
||||
# - '明文源码.js'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -52,4 +52,4 @@ jobs:
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: ${{ github.ref }}
|
||||
branch: ${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user