Update translate_es.yml

This commit is contained in:
Carlos Polop 2023-06-07 00:07:32 +02:00 committed by GitHub
parent d852147e89
commit bbd7b0bce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,15 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip3 install openai tqdm pip3 install openai tqdm
- name: Update & install wget & translator.py
run: |
sudo apt-get update
sudo apt-get install wget -y
mkdir scripts
cd scripts
wget https://raw.githubusercontent.com/carlospolop/hacktricks-cloud/master/scripts/translator.py
cd ..
- name: Download language branch #Make sure we have last version - name: Download language branch #Make sure we have last version
run: | run: |
git config --global user.name 'Translator' git config --global user.name 'Translator'