Skip to content

Commit f0eb1eb

Browse files
committed
Fix sed command
1 parent 6dce92e commit f0eb1eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9494
- name: Swap full line for action to use Dockerfile
9595
run: |
96-
sed -i 's/image:.*/image: "Dockerfile"' action.yml
96+
sed -i 's/image:.*/image: "Dockerfile"/' action.yml
9797
- name: Find LaunchDarkly feature flags in diff
9898
uses: ./ # Uses an action in the root directory
9999
id: find-flags

0 commit comments

Comments
 (0)