Skip to content

Commit

Permalink
Update ejercicio4.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EperezStemdo authored May 1, 2024
1 parent e748ea9 commit dbdce40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ejercicio4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
if [[ "$inputs.operacion" == '+' ]]; then
echo ${{ inputs.valor1 }}
echo ${{ inputs.valor2 }}
echo $resultado
echo ${{ resultado }}
resultado=$((inputs.valor1 + inputs.valor2))
echo $resultado
echo ${{ resultado }}
fi
if [[ "$inputs.operacion" == "-" ]]; then
Expand Down

0 comments on commit dbdce40

Please sign in to comment.