Skip to content

Commit 1368c15

Browse files
committed
ci: fix sed literal (
1 parent 4cf3656 commit 1368c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
noCache: true
6262
eventFilterForPush: "release"
6363
platform: linux/amd64
64-
runCmd: echo "$(CI=true quarto check 2>&1)" | sed '/^\(/d; s/\x1b\[[0-9;]*[mGK]//g'
64+
runCmd: echo "$(CI=true quarto check 2>&1)" | sed '/^(/d; s/\x1b\[[0-9;]*[mGK]//g'
6565
env:
6666
IMAGE: "buildpack-deps:jammy-curl"
6767
QUARTO_VERSION: ${{ matrix.QUARTO_VERSION }}

0 commit comments

Comments
 (0)