Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed May 15, 2024
1 parent 60dbd59 commit 196bc5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/rosa-create-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/rosa-delete-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 196bc5f

Please sign in to comment.