.gitea/workflows/deploy.yml aktualisiert
Deployment / deploy (push) Failing after 9s

This commit is contained in:
2023-07-27 22:47:01 +02:00
parent 22f06e9d6f
commit c3098584a7
+1 -1
View File
@@ -13,6 +13,6 @@ jobs:
id: fibo id: fibo
uses: https://gitea.coursow.de/Test-Playground/actions-custom-docker@master uses: https://gitea.coursow.de/Test-Playground/actions-custom-docker@master
with: with:
iterations: 7 iterations: '7'
- name: Show last printed Number - name: Show last printed Number
run: echo "Last printed Number in previous Step was ${{ steps.fibo.outputs.lastNumber }}" run: echo "Last printed Number in previous Step was ${{ steps.fibo.outputs.lastNumber }}"