Skip to content

Commit ba7f136

Browse files
committed
feat: resolving lint issue
1 parent 0ef6248 commit ba7f136

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
207207
REVISION=${{ inputs.revision }}
208208
REV_STATUS=$(helm history ${{ inputs.release-name }} -n ${{ inputs.namespace }} | awk -v rev="$REVISION" '$1 == rev {print $4}')
209-
209+
210210
if [ -z "$REV_STATUS" ]; then
211211
echo "❌ Revision $REVISION does not exist."
212212
exit 1
@@ -216,7 +216,7 @@ jobs:
216216
echo "⚠️ Revision $REVISION exists but has status '$REV_STATUS'. Cannot roll back to it."
217217
exit 1
218218
fi
219-
219+
220220
helm rollback ${{ inputs.release-name }} -n ${{ inputs.namespace }} $REVISION --debug
221221
222222

0 commit comments

Comments
 (0)