Skip to content

Commit 18425d5

Browse files
committed
Fix search and replace for imagePullPolicy (nginx#2889)
1 parent 4132d19 commit 18425d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pr.yml

Lines changed: 2 additions & 2 deletions
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)