From 8de2a81f3d6e9b27dcf69532d93058ca1b871cb3 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 20:51:49 +0200 Subject: [PATCH] .gitea/workflows/test.yml aktualisiert --- .gitea/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index d0fdd2a..19d5518 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -12,5 +12,7 @@ jobs: # NPM Install is not needed as Custom JS Actions require the node_modules folder commited in the repository #- name: NPM Install # run: npm ci - - name: Test Custom JS Action - uses: https://gitea.coursow.de/Test-Playground/actions-custom-js@master \ No newline at end of file + - name: Test Custom JS Action (Print Fibonacci Numbers) + uses: https://gitea.coursow.de/Test-Playground/actions-custom-js@master + with: + iterations: 8 \ No newline at end of file