.gitea/workflows/test.yml aktualisiert
This commit is contained in:
@@ -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 }}""
|
||||
Reference in New Issue
Block a user