Skip to content

Commit e153640

Browse files
authored
Fix search and replace for imagePullPolicy (#2889) (#2909)
(cherry picked from commit 4cd0621)
1 parent 2ce993f commit e153640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
- name: Find and Replace
7474
uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # 3.0.5
7575
with:
76-
find: "Always"
77-
replace: "IfNotPresent"
76+
find: ": Always"
77+
replace: ": IfNotPresent"
7878
include: "charts/nginx-gateway-fabric/*.yaml"
7979
regex: false
8080

0 commit comments

Comments
 (0)