Skip to content

Commit

Permalink
Update fetch_all_tools.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep authored Jun 4, 2024
1 parent 5552f5c commit 5624030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch_all_tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
git push

0 comments on commit 5624030

Please sign in to comment.