From b62e69007b45b7fdcfbce0f54284ec2c2afb36cc Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:45:53 +0800 Subject: [PATCH] Update decode.yml --- .github/workflows/decode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/decode.yml b/.github/workflows/decode.yml index 958bd82..77a0973 100644 --- a/.github/workflows/decode.yml +++ b/.github/workflows/decode.yml @@ -20,7 +20,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"