.gitea/workflows/test.yml aktualisiert
This commit is contained in:
@@ -13,6 +13,9 @@ jobs:
|
|||||||
#- name: NPM Install
|
#- name: NPM Install
|
||||||
# run: npm ci
|
# run: npm ci
|
||||||
- name: Test Custom JS Action (Print Fibonacci Numbers)
|
- name: Test Custom JS Action (Print Fibonacci Numbers)
|
||||||
|
id: fibo
|
||||||
uses: https://gitea.coursow.de/Test-Playground/actions-custom-js@master
|
uses: https://gitea.coursow.de/Test-Playground/actions-custom-js@master
|
||||||
with:
|
with:
|
||||||
iterations: 8
|
iterations: 8
|
||||||
|
- name: Show last Printed Number
|
||||||
|
run: echo "The Last fibonacci number printed by the previous step was: ${{ steps.fibo.outputs.lastNumber }}"
|
||||||
Reference in New Issue
Block a user