Skip to content

Commit

Permalink
Fix regexp escaping (#81)
Browse files Browse the repository at this point in the history
Escape `.` to `\\.`
  • Loading branch information
sinsukehlab committed May 9, 2024
1 parent 681b464 commit ae0c3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/1-configure-label-based-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: skills/action-check-file@v1
with:
file: .github/workflows/deploy-staging.yml
search: "github.event.pull_request.labels\\.\\*.name.*stage"
search: "github\\.event\\.pull_request\\.labels\\.\\*\\.name.*stage"

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

0 comments on commit ae0c3ff

Please sign in to comment.