TEST: actions
Some checks failed
build / build (push) Failing after 1m7s
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-12-15 11:56:03 +01:00
parent d42f63e909
commit 1143a80f17

View File

@@ -10,6 +10,11 @@ jobs:
runs-on: [k8s, kaniko] runs-on: [k8s, kaniko]
steps: steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Checkout - name: Checkout
uses: https://gitea.com/actions/checkout@v4 uses: https://gitea.com/actions/checkout@v4