Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 51c045a

Browse files
committed
edit qotes
1 parent 1ed1b9d commit 51c045a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-repository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Update docker image version
4444
uses: mikefarah/yq@v4.43.1
4545
with:
46-
cmd: yq -i '.services.panther_ros.image = \"new_tag\"' demo/compose.minimal-setup.yaml
46+
cmd: yq -i '.services.panther_ros.image = "new_tag"' demo/compose.minimal-setup.yaml
4747

4848
- name: Create pull request
4949
run: |

0 commit comments

Comments
 (0)