Skip to content

Commit aa0e5e0

Browse files
authored
fix(cd): helm pvc clean up after pr close (#93)
1 parent 6497824 commit aa0e5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
type: string
2424
remove_pvc:
2525
required: false
26-
default: data-${{ inputs.repository }}-${{ inputs.target }}-bitnami-pg-0
26+
default: data-${{ github.event.repository.name }}-${{ github.event.number }}-bitnami-pg-0
2727
type: string
2828
description: 'Comma separated list of PVCs to remove'
2929

0 commit comments

Comments
 (0)