From 196bc5f49a1a95bcaba4ac01c6ee5df0e996cc5c Mon Sep 17 00:00:00 2001 From: leiicamundi <153937047+leiicamundi@users.noreply.github.com> Date: Wed, 15 May 2024 13:53:45 +0200 Subject: [PATCH] fix tests --- .github/actions/rosa-create-cluster/action.yml | 2 +- .github/actions/rosa-delete-cluster/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/rosa-create-cluster/action.yml b/.github/actions/rosa-create-cluster/action.yml index 2fa25a9..5b59e4a 100644 --- a/.github/actions/rosa-create-cluster/action.yml +++ b/.github/actions/rosa-create-cluster/action.yml @@ -137,7 +137,7 @@ runs: - name: Checkout Repository rosa modules uses: actions/checkout@v4 with: - repository: "https://github.com/camunda/camunda-tf-rosa.git" + repository: "camunda/camunda-tf-rosa" ref: ${{ inputs.tf-modules-revision }} path: ${{ inputs.tf-modules-path }} diff --git a/.github/actions/rosa-delete-cluster/action.yml b/.github/actions/rosa-delete-cluster/action.yml index c0e083e..00697d6 100644 --- a/.github/actions/rosa-delete-cluster/action.yml +++ b/.github/actions/rosa-delete-cluster/action.yml @@ -50,7 +50,7 @@ runs: - name: Checkout Repository rosa modules uses: actions/checkout@v4 with: - repository: "https://github.com/camunda/camunda-tf-rosa.git" + repository: "camunda/camunda-tf-rosa" ref: ${{ inputs.tf-modules-revision }} path: ${{ inputs.tf-modules-path }}