diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 50ba948..0a52d38 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