We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6497824 commit aa0e5e0Copy full SHA for aa0e5e0
.github/workflows/.pr-close.yml
@@ -23,7 +23,7 @@ on:
23
type: string
24
remove_pvc:
25
required: false
26
- default: data-${{ inputs.repository }}-${{ inputs.target }}-bitnami-pg-0
+ default: data-${{ github.event.repository.name }}-${{ github.event.number }}-bitnami-pg-0
27
28
description: 'Comma separated list of PVCs to remove'
29
0 commit comments