diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 5cc39b4..35dd1b4 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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 }}" \ No newline at end of file + run: echo "The Last fibonacci number printed by the previous step was ${{ steps.fibo.outputs.lastNumber }}" \ No newline at end of file