Skip to content

Commit

Permalink
refactor: Provide Format for Workflow Input
Browse files Browse the repository at this point in the history
  • Loading branch information
LeelaChacha committed Nov 27, 2024
1 parent df41fcf commit 2e7b51d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
workflow_dispatch:
inputs:
image_tag:
description: With image tag for KLM image
description: "With image tag for KLM image (format: PR-XXX or full commit SHA)"
required: true
k8s_version:
description: With Kubernetes version
description: "With Kubernetes version (format: x.y.z)"
required: false
pull_request:
types: [ opened, edited, synchronize, reopened, ready_for_review ]
Expand Down

0 comments on commit 2e7b51d

Please sign in to comment.