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 fa2475e commit 2775fcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ejercicio4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
steps:
- name: Operaciones
run: |
resultado=0
if [[ "$inputs.operacion" == '+' ]]; then
resultado=$((inputs.valor1 + inputs.valor2))
Expand Down

0 comments on commit 2775fcf

Please sign in to comment.