Skip to content

Commit

Permalink
Update eset.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r committed Aug 8, 2024
1 parent b77e81c commit 96cc3ac
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/eset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ on:
required: true
type: choice
options:
- ESET HOME Security Premium
- ESET Small Business Security
default: ESET HOME Security Premium
- --key
- --small-business-key
default: --key
jobs:
GenerateKey:
runs-on: ubuntu-latest
Expand All @@ -41,12 +41,6 @@ jobs:
MAIL=${{ github.event.inputs.mail }}
KEY_TYPE=${{ github.event.inputs.key_type }}
if [[ ${KEY_TYPE} == "ESET HOME Security Premium" ]]; then
KEY_TYPE="--key"
elif [[ ${KEY_TYPE} == "ESET Small Business Security" ]]; then
KEY_TYPE="--small-business-key"
fi
git clone https://github.com/rzc0d3r/ESET-KeyGen.git
cd ESET-KeyGen
sudo apt update
Expand Down

0 comments on commit 96cc3ac

Please sign in to comment.