.gitea/workflows/test.yml aktualisiert

This commit is contained in:
2023-07-27 21:35:39 +02:00
parent 69cb849ef0
commit 31a2b95914
+3
View File
@@ -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
- name: Show last Printed Number
run: echo "The Last fibonacci number printed by the previous step was: ${{ steps.fibo.outputs.lastNumber }}"