Skip to content

Commit

Permalink
Fix regexp escaping (#39)
Browse files Browse the repository at this point in the history
Escape `.` to `\\.`
  • Loading branch information
sinsukehlab committed Apr 30, 2024
1 parent 80d1efa commit 280b7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/2-add-a-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: skills/action-check-file@v1
with:
file: "Dockerfile"
search: "FROM nginx:1.24-alpine"
search: "FROM nginx:1\\.24-alpine"

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

0 comments on commit 280b7c4

Please sign in to comment.