Skip to content

Commit e1726cb

Browse files
authored
Fix replacepattern syntax in updatecli.yml
1 parent be766a7 commit e1726cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/updatecli.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
spec:
5656
file: "versions.md"
5757
matchpattern: "^\\| ${{ github.event.inputs.service_name }}\\s*\\|.*$"
58-
replacepattern: "| ${{ github.event.inputs.service_name }} | \${{ source `new_version` }} | \${{ source `timestamp` }} |"
58+
replacepattern: "| ${{ github.event.inputs.service_name }} | \${{ source \"new_version\" }} | \${{ source \"timestamp\" }} |"
59+
5960
actions:
6061
default:
6162
kind: "github/pullrequest"

0 commit comments

Comments
 (0)