.gitea/workflows/test.yml aktualisiert
Test / test (push) Successful in 13s

This commit is contained in:
2023-07-27 21:39:49 +02:00
parent 0810e85356
commit 511ce76e06
+1 -1
View File
@@ -18,4 +18,4 @@ jobs:
with:
iterations: 8
- name: Show last Printed Number
run: echo "The Last fibonacci number printed by the previous step was: ${{ steps.fibo.outputs.lastNumber }}"
run: echo "The Last fibonacci number printed by the previous step was ${{ steps.fibo.outputs.lastNumber }}"