diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 101b677..fb4518c 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -84,7 +84,7 @@ jobs: if: needs.detect-service-type.outputs.has_k8s == 'true' steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: ./.gitea/actions/extract-namespace-from-repo-name + - uses: https://gitea.t000-n.de/t.behrendt/k_deploy_actions/.gitea/actions/extract-namespace-from-repo-name@0.0.1 id: namespace with: repo: ${{ github.repository }} @@ -110,7 +110,7 @@ jobs: inputs.skip_helm_deployment != 'true' steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: ./.gitea/actions/extract-namespace-from-repo-name + - uses: https://gitea.t000-n.de/t.behrendt/k_deploy_actions/.gitea/actions/extract-namespace-from-repo-name@0.0.1 id: namespace with: repo: ${{ github.repository }} diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3513ddc..c9316e2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: if: needs.detect-service-type.outputs.has_k8s == 'true' steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: ./.gitea/actions/extract-namespace-from-repo-name + - uses: https://gitea.t000-n.de/t.behrendt/k_deploy_actions/.gitea/actions/extract-namespace-from-repo-name@0.0.1 id: namespace with: repo: ${{ github.repository }} @@ -84,7 +84,7 @@ jobs: inputs.skip_helm_validation != 'true' steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: ./.gitea/actions/extract-namespace-from-repo-name + - uses: https://gitea.t000-n.de/t.behrendt/k_deploy_actions/.gitea/actions/extract-namespace-from-repo-name@0.0.1 id: namespace with: repo: ${{ github.repository }}