mirror of https://github.com/escalate/hugo-split-theme.git

Felix Boerner
10.49.2024 0beb9dedc965068bef3b07f8b5f0682c3a2811b8
test: fix gitleaks
1 files modified
2 ■■■ changed files
.github/workflows/tests.yml 2 ●●● patch | view | raw | blame | history
.github/workflows/tests.yml
@@ -48,7 +48,7 @@
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
        run: |
          gh release download --pattern "*linux_x64.tar.gz" --dir /tmp
          tar --extract --gzip --strip-components 1 --file /tmp/gitleaks_*_linux_x64.tar.gz --directory /tmp
          tar --extract --gzip --file /tmp/*linux_x64.tar.gz --directory /tmp
          chmod +x /tmp/gitleaks
          mv /tmp/gitleaks /usr/local/bin/gitleaks