diff --git a/.gitea/workflows/build-nsInnoUnp.yml b/.gitea/workflows/build-nsInnoUnp.yml index 8f837d4..841db17 100644 --- a/.gitea/workflows/build-nsInnoUnp.yml +++ b/.gitea/workflows/build-nsInnoUnp.yml @@ -2,7 +2,7 @@ # # Cross-platform matrix build: runs in parallel on both windows-build (WinRM) # 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 @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.target }}-build 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: build-command: 'python build_plugin.py --final --dist-dir dist' artifact-source: 'dist'