mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-01-07 13:49:14 +01:00
ci: Update action to fix warnings
This commit is contained in:
parent
e9daffde45
commit
36786ba570
@ -42,7 +42,7 @@ runs:
|
|||||||
chmod +x "${RUNNER_TEMP}/bin/shfmt"
|
chmod +x "${RUNNER_TEMP}/bin/shfmt"
|
||||||
|
|
||||||
- name: Download bat (test dependency)
|
- name: Download bat (test dependency)
|
||||||
uses: dsaltares/fetch-gh-release-asset@1.0.0
|
uses: dsaltares/fetch-gh-release-asset@master
|
||||||
if: ${{ env.ACT || inputs.test == 'true' }}
|
if: ${{ env.ACT || inputs.test == 'true' }}
|
||||||
with:
|
with:
|
||||||
file: "bat-v[0-9\\.]+-x86_64-unknown-linux-gnu.tar.gz"
|
file: "bat-v[0-9\\.]+-x86_64-unknown-linux-gnu.tar.gz"
|
||||||
@ -64,7 +64,7 @@ runs:
|
|||||||
-exec mv {} "${RUNNER_TEMP}/bin/" \;
|
-exec mv {} "${RUNNER_TEMP}/bin/" \;
|
||||||
|
|
||||||
- name: Download ripgrep (test dependency)
|
- name: Download ripgrep (test dependency)
|
||||||
uses: dsaltares/fetch-gh-release-asset@1.0.0
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user