From 8485160cf2ca1c9b694fd022297286455f89ea16 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:30:29 +0800 Subject: [PATCH] Update decode.yml --- .github/workflows/decode.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/decode.yml b/.github/workflows/decode.yml index b5d7a1f62..7377c7cfc 100644 --- a/.github/workflows/decode.yml +++ b/.github/workflows/decode.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies and run decode run: | npm install - npm run decode -- [-i input.js] [-o output.js] + npm run decode -- -t obfuscator [-i input.js] [-o output.js] - name: Configure Git author run: | git config --local user.email "action@github.com" @@ -25,7 +25,7 @@ jobs: - name: Save decoded output to repository run: | git status - git add output.js + git add output.js # Add the decoded output file git status git commit -m "Add decoded output file" git push