Skip to content

fix: upgrade openai from 4.24.7 to 4.67.3 #21

fix: upgrade openai from 4.24.7 to 4.67.3

fix: upgrade openai from 4.24.7 to 4.67.3 #21

Workflow file for this run

name: Hola Mundo
on: [push]
jobs:
uno:
runs-on: ubuntu-latest
steps:
- name: Mensaje
run: echo "Hola mundo!!!"
- name: Touch file # Crea
run: |
touch hola.txt
ls -al
- name: Set text # Agrega
run: |
echo "Hola mundo" >> hola.txt
ls -al
- name: Read file # Lee
run: |
cat hola.txt
ls -al
dos:
runs-on: ubuntu-latest
needs: [uno]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Directorio
run: ls -al
- name: Tnstalar
run: |
cd .github/workflows
ls -al
chmod +x script.sh
ls -al