Skip to content

Commit 129ef2b

Browse files
committed
Update
1 parent 039e75a commit 129ef2b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/actions/k8s-info/action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: 'k8s-info'
2-
description: 'Collect Kubernetes information and logs for debugging purposes'
1+
name: "k8s-info"
2+
description: "Collect Kubernetes information and logs for debugging purposes"
33
inputs:
44
app-name:
5-
description: 'Name of the application'
5+
description: "Name of the application"
66
required: true
77
tenant-mode:
8-
description: 'Tenant mode (st or mt)'
8+
description: "Tenant mode (st or mt)"
99
required: false
1010
clean-deployment:
11-
description: 'Clean deployment immediately'
11+
description: "Clean deployment immediately"
1212
required: false
13-
default: 'true'
13+
default: "true"
1414

1515
runs:
16-
using: 'composite'
16+
using: "composite"
1717
steps:
1818
- name: Get logs
1919
if: always()
@@ -61,4 +61,4 @@ runs:
6161
run: |
6262
echo "::group::Cleanup cluster"
6363
helm uninstall ${{ inputs.app-name }} --ignore-not-found
64-
echo "::endgroup::"
64+
echo "::endgroup::"

bin/builds/sap-afc-sdk-0.8.0.jar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)