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 2ce993f commit e153640Copy full SHA for e153640
.github/workflows/release-pr.yml
@@ -73,8 +73,8 @@ jobs:
73
- name: Find and Replace
74
uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # 3.0.5
75
with:
76
- find: "Always"
77
- replace: "IfNotPresent"
+ find: ": Always"
+ replace: ": IfNotPresent"
78
include: "charts/nginx-gateway-fabric/*.yaml"
79
regex: false
80
0 commit comments