gave claude bot ability to check node version
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Tests / Go tests (push) Successful in 12s

This commit is contained in:
2026-08-21 18:16:26 -06:00
parent 068ac93e40
commit 738b727242
+1
View File
@@ -81,6 +81,7 @@ jobs:
Bash(go) Bash(go)
Bash(gofmt) Bash(gofmt)
Bash(./tailwind.sh) Bash(./tailwind.sh)
Base(node -v)
gitea_api_url: "https://gitea.inventory-plus-plus.com/api/v1" gitea_api_url: "https://gitea.inventory-plus-plus.com/api/v1"
gitea_token: ${{ secrets.GITEA_TOKEN }} # Use standard workflow token gitea_token: ${{ secrets.GITEA_TOKEN }} # Use standard workflow token
# anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} # anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}