fix(ci): build-nsInnoUnp uses full Gitea action URL

Short-form `Simone/local-ci-cd-system/...@main` resolved to
github.com (DEFAULT_ACTIONS_URL=github) -> "authentication required:
Repository not found". Use the full gitea.emulab.it URL like
self-test.yml.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Simone
2026-05-17 17:14:23 +02:00
parent 2201d0ace6
commit 0d51ba29b6
+2 -2
View File
@@ -2,7 +2,7 @@
# #
# Cross-platform matrix build: runs in parallel on both windows-build (WinRM) # Cross-platform matrix build: runs in parallel on both windows-build (WinRM)
# and linux-build (SSH) runners using the reusable composite action. # and linux-build (SSH) runners using the reusable composite action.
# Uses: Simone/local-ci-cd-system/.gitea/actions/local-ci-build@main # Uses: https://gitea.emulab.it/Simone/local-ci-cd-system/.gitea/actions/local-ci-build@main
# #
# Trigger: push su tag v*, oppure run manuale # Trigger: push su tag v*, oppure run manuale
@@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.target }}-build runs-on: ${{ matrix.target }}-build
steps: steps:
- uses: Simone/local-ci-cd-system/.gitea/actions/local-ci-build@main - uses: https://gitea.emulab.it/Simone/local-ci-cd-system/.gitea/actions/local-ci-build@main
with: with:
build-command: 'python build_plugin.py --final --dist-dir dist' build-command: 'python build_plugin.py --final --dist-dir dist'
artifact-source: 'dist' artifact-source: 'dist'