Skip to content

Commit

Permalink
Escape the escape char
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Dec 6, 2019
1 parent 214d5a8 commit 24d3709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/watch-conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: jacobtomlinson/gha-find-replace@0.1.1
with:
include: "(base\/|notebook\/)"
find: "dask==[0-9/.]+"
find: "dask==[0-9\\.]+"
replace: "dask==${{ steps.latest_tag.outputs.version }}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1
Expand Down

0 comments on commit 24d3709

Please sign in to comment.