Update and rename translate_pt to translate_pt.yml

This commit is contained in:
Carlos Polop 2023-06-07 00:07:14 +02:00 committed by GitHub
parent 2eba6bd367
commit d852147e89
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: |