mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-24 18:27:10 +00:00
gha: aks: Fix argument in call to gha-run.sh
Fixes: #7047 Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
This commit is contained in:
@@ -137,7 +137,7 @@ function main() {
|
||||
cleanup-snp) cleanup "snp" ;;
|
||||
cleanup-tdx) cleanup "tdx" ;;
|
||||
delete-cluster) delete_cluster ;;
|
||||
*) >&2 echo "Invalid action"; exit 2 ;;
|
||||
*) >&2 echo "Invalid argument"; exit 2 ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user