Skip to content

Commit 5a55e0b

Browse files
authored
Fix regexp escaping (skills#77)
Escape `.` to `\\.`
1 parent 51c0850 commit 5a55e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/2-custom-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: skills/action-check-file@v1
6060
with:
6161
file: ".devcontainer/devcontainer.json"
62-
search: "mcr.microsoft.com/vscode/devcontainers/universal:latest"
62+
search: "mcr\\.microsoft\\.com/vscode/devcontainers/universal:latest"
6363

6464
# In README.md, switch step 2 for step 3.
6565
- name: Update to step 3

0 commit comments

Comments
 (0)