mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-02-01 09:59:12 +01:00
ci: Fix downloading ripgrep dependency
This commit is contained in:
parent
205e9c40e1
commit
6bd35e5aed
@ -67,7 +67,7 @@ runs:
|
|||||||
uses: dsaltares/fetch-gh-release-asset@master
|
uses: dsaltares/fetch-gh-release-asset@master
|
||||||
if: ${{ env.ACT || inputs.test == 'true' }}
|
if: ${{ env.ACT || inputs.test == 'true' }}
|
||||||
with:
|
with:
|
||||||
file: "ripgrep_[0-9\\.]+_amd64.deb"
|
file: "ripgrep_[0-9\\.-]+_amd64.deb"
|
||||||
repo: "BurntSushi/ripgrep"
|
repo: "BurntSushi/ripgrep"
|
||||||
# version: "${{ inputs.version_ripgrep || "latest" }}"
|
# version: "${{ inputs.version_ripgrep || "latest" }}"
|
||||||
regex: true
|
regex: true
|
||||||
|
Loading…
Reference in New Issue
Block a user