Skip to content

fix: upgrade react-router-dom from 6.19.0 to 6.28.1 #57

fix: upgrade react-router-dom from 6.19.0 to 6.28.1

fix: upgrade react-router-dom from 6.19.0 to 6.28.1 #57

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