node
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
checks / Check & Test (Frontend + Backend) (push) Failing after 1s
Gitea Actions Demo / Explore-Gitea-Actions (pull_request) Failing after 1s
checks / Check & Test (Frontend + Backend) (pull_request) Failing after 1s

This commit is contained in:
Patrick
2025-10-29 16:56:33 +01:00
parent 19d5c8235f
commit e413e7d434

View File

@ -19,6 +19,11 @@ jobs:
echo "Branch: ${{ gitea.ref }}" echo "Branch: ${{ gitea.ref }}"
echo "Repository: ${{ gitea.repository }}" echo "Repository: ${{ gitea.repository }}"
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Checkout repository manually - name: Checkout repository manually
env: env:
TOKEN: ${{ secrets.ACCESS_TOKEN }} TOKEN: ${{ secrets.ACCESS_TOKEN }}