From bf52099da886f9b629d3ca117d9e91b51393b079 Mon Sep 17 00:00:00 2001 From: Brian Salcedo Date: Tue, 21 Oct 2025 09:38:07 -0400 Subject: [PATCH] chore: editor autoformatted --- action.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 04c134d..7255c51 100644 --- a/action.yaml +++ b/action.yaml @@ -20,6 +20,15 @@ inputs: client-lib-demo-tag: description: Client lib demo docker image tag required: true + s3-bucket: + description: S3 Bucket name + required: true + s3-access-key-id: + description: S3 AWS Access Key ID + required: true + s3-secret-access-key: + description: S3 AWS Secret Access Key + required: true runs: using: composite @@ -32,7 +41,6 @@ runs: timestamp=$(date +%s) echo "cluster-name=$(echo clevermicro-test-$timestamp-$rand)" >> "$FORGEJO_OUTPUT" - # this action will setup kind and helm, then create a kind cluster - name: Bring up Kubernetes cluster using Kind uses: https://git.cleverthis.com/actions/kubernetes@master with: @@ -84,4 +92,4 @@ runs: echo "==================== Waiting for all pods ready ====================" kubectl -n clevermicro wait pod --for=condition=Ready --timeout=10m --all kubectl -n clevermicro get pod - echo "==================== All pods ready ====================" \ No newline at end of file + echo "==================== All pods ready ===================="