From c3098584a7bdc896a3ad3bb97a745b185f2ed4fc Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 22:47:01 +0200 Subject: [PATCH] .gitea/workflows/deploy.yml aktualisiert --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 819d12e..09790f2 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,6 +13,6 @@ jobs: id: fibo uses: https://gitea.coursow.de/Test-Playground/actions-custom-docker@master with: - iterations: 7 + iterations: '7' - name: Show last printed Number run: echo "Last printed Number in previous Step was ${{ steps.fibo.outputs.lastNumber }}" \ No newline at end of file