.gitea/workflows/test.yml aktualisiert

This commit is contained in:
2023-07-27 21:36:54 +02:00
parent 31a2b95914
commit 899036d01d
+1 -1
View File
@@ -18,4 +18,4 @@ jobs:
with: with:
iterations: 8 iterations: 8
- name: Show last Printed Number - 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 }}'