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 dbdce40 commit fa2475e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ejercicio4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ jobs:
resultado=0
if [[ "$inputs.operacion" == '+' ]]; then
echo ${{ inputs.valor1 }}
echo ${{ inputs.valor2 }}
echo ${{ resultado }}
resultado=$((inputs.valor1 + inputs.valor2))
echo ${{ resultado }}
fi
if [[ "$inputs.operacion" == "-" ]]; then
Expand Down

0 comments on commit fa2475e

Please sign in to comment.