Skip to content

Commit

Permalink
Fix regexp escaping (#77)
Browse files Browse the repository at this point in the history
Escape `.` to `\\.`
  • Loading branch information
sinsukehlab authored Apr 12, 2024
1 parent 51c0850 commit 5a55e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/2-custom-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: skills/action-check-file@v1
with:
file: ".devcontainer/devcontainer.json"
search: "mcr.microsoft.com/vscode/devcontainers/universal:latest"
search: "mcr\\.microsoft\\.com/vscode/devcontainers/universal:latest"

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

0 comments on commit 5a55e0b

Please sign in to comment.