Skip to content

Update ejercicio4.yml #39

Update ejercicio4.yml

Update ejercicio4.yml #39

name: Realizar una operación
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
call-reusable-workflow:
uses: ./.github/workflows/ejercicio4.yml

Check failure on line 16 in .github/workflows/ejercicio4caller.yml

View workflow run for this annotation

GitHub Actions / Realizar una operación

Invalid workflow file

The workflow is not valid. In .github/workflows/ejercicio4caller.yml (Line: 16, Col: 11): Error from called workflow stemdo-labs/ejercicio-github-basicos-EperezStemdo/.github/workflows/ejercicio4.yml@2ce6428b4023e8a6bf421a125b75a199b01ec9bb (Line: 20, Col: 14): Unexpected symbol: '+'. Located at position 15 within expression: inputs.valor1 + inputs.valor2
with:
valor1: 1
valor2: 2
operacion: '+'