Update and rename translate_fr to translate_fr.yml

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

View File

@ -34,6 +34,15 @@ jobs:
run: | run: |
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: |