Skip to content

Commit

Permalink
Fix regexp escaping (#132)
Browse files Browse the repository at this point in the history
Escape `.` to `\\.`
  • Loading branch information
sinsukehlab authored Apr 12, 2024
1 parent 892fbd5 commit eb258a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/1-copilot-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: skills/action-check-file@v1
with:
file: ".devcontainer/devcontainer.json"
search: "GitHub.copilot"
search: "GitHub\\.copilot"

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

0 comments on commit eb258a9

Please sign in to comment.