From 31a2b9591406ac66cb0156f253a6802533c91bc5 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 21:35:39 +0200 Subject: [PATCH] .gitea/workflows/test.yml aktualisiert --- .gitea/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 19d5518..5cc39b4 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -13,6 +13,9 @@ jobs: #- name: NPM Install # run: npm ci - name: Test Custom JS Action (Print Fibonacci Numbers) + id: fibo uses: https://gitea.coursow.de/Test-Playground/actions-custom-js@master with: - iterations: 8 \ No newline at end of file + 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