Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed May 30, 2024
1 parent ffc978e commit 7b943a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rosa-cleanup-clusters/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ runs:
id: delete_clusters
shell: bash
run: |
${{ github.action_path }}/scripts/destroy-clusters.sh "${{ inputs.tf-bucket }}" ../../../modules/rosa-hcp/modules/rosa-hcp/ /tmp/rosa/ ${{ inputs.max-age-hours-cluster }}
${{ github.action_path }}/scripts/destroy-clusters.sh "${{ inputs.tf-bucket }}" ${{ github.action_path }}/../../../modules/rosa-hcp/modules/rosa-hcp/ /tmp/rosa/ ${{ inputs.max-age-hours-cluster }}

0 comments on commit 7b943a1

Please sign in to comment.