Skip to content

Commit

Permalink
Fix regexp escaping (#29)
Browse files Browse the repository at this point in the history
Escape `.` to `\\.`
  • Loading branch information
sinsukehlab authored Jun 13, 2024
1 parent 48a595d commit 29d5179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/2-add-a-job.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: ".github/workflows/my-starter-workflow.yml"
search: "uses: ./.github/workflows/reusable-workflow.yml"
search: "uses: \\./\\.github/workflows/reusable-workflow\\.yml"

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

0 comments on commit 29d5179

Please sign in to comment.