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

Commit eb258a9

Browse files
authored
Fix regexp escaping (#132)
Escape `.` to `\\.`
1 parent 892fbd5 commit eb258a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/1-copilot-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: skills/action-check-file@v1
5959
with:
6060
file: ".devcontainer/devcontainer.json"
61-
search: "GitHub.copilot"
61+
search: "GitHub\\.copilot"
6262

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

0 commit comments

Comments
 (0)