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 2775fcf commit 10556bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ejercicio4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
fi
echo $resultado
echo "::set-output name=resultado::$resultado"
- name: Mostrar resultado
run: |
echo "${{ steps.calculo.outputs.resultado }}"


Expand Down

0 comments on commit 10556bc

Please sign in to comment.