From 192bfd637f2082e67ffdab82f746a97022ee3f5e Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:18:47 +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 01d87eded..b5d7a1f62 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 -- -t obfuscator [-i input.js] [-o output.js] + npm run decode -- [-i input.js] [-o output.js] - name: Configure Git author run: | git config --local user.email "action@github.com" @@ -29,4 +29,4 @@ jobs: git status git commit -m "Add decoded output file" git push - \ No newline at end of file +