diff --git a/.github/workflows/fetch_all_tools.yaml b/.github/workflows/fetch_all_tools.yaml index 7caae290..b99ea875 100644 --- a/.github/workflows/fetch_all_tools.yaml +++ b/.github/workflows/fetch_all_tools.yaml @@ -63,7 +63,7 @@ jobs: - name: Install requirement run: | python -m pip install -r requirements.txt - apt-get install jq + sudo apt-get install jq - name: Merge all tools run: | #merge files with only one header -> https://stackoverflow.com/questions/16890582/unixmerge-multiple-csv-files-with-same-header-by-keeping-the-header-of-the-firs awk 'FNR==1 && NR!=1{next;}{print}' results/repositories*.list_tools.tsv > results/all_tools.tsv @@ -80,4 +80,4 @@ jobs: git add results git status git diff --quiet && git diff --staged --quiet || (git commit -m "fetch all tools bot - step merge") - git push \ No newline at end of file + git push