Skip to content

Commit

Permalink
chore: inputs k8s cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Jun 19, 2024
1 parent 9a77a7d commit c8bbd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kbcli-test-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ on:
required: false
default: ''

run-name: kbcli:${{ inputs.KB_PRE_VERSION }} to ${{ inputs.KB_VERSION }} ${{ inputs.CLOUD_PROVIDER }}:${{ inputs.CLUSTER_VERSION }}:${{ inputs.INSTANCE_TYPE }} ${{ inputs.TEST_TYPE }}
run-name: kbcli:${{ inputs.KB_PRE_VERSION }} to ${{ inputs.KB_VERSION }} ${{ inputs.CLOUD_PROVIDER }}:${{ inputs.CLUSTER_NAME }} ${{ inputs.TEST_TYPE }}

env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit c8bbd85

Please sign in to comment.