diff --git a/.github/workflows/fetch-audits.yml b/.github/workflows/fetch-audits.yml index ac5e928..5e42eea 100644 --- a/.github/workflows/fetch-audits.yml +++ b/.github/workflows/fetch-audits.yml @@ -21,7 +21,7 @@ jobs: - name: Create fetcher script run: | -cat < /tmp/fetch-audits.js + cat < /tmp/fetch-audits.js const API_URL = 'https://api.github.com/repos/lidofinance/audits/contents/'; async function countPdfFiles(path = '') {