Skip to content

Commit

Permalink
Add extra contect
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzAve authored Jan 5, 2024
1 parent 8e7a126 commit c42825b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/list-readmes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
run: |
# Get a list of repositories in the organization
repos=$(gh api orgs/flock-community/repos --paginate | jq -r '.[].name')
echo "$repos"
# Loop through each repository and print the first line of its README
for repo in $repos; do
readme_first_line=$(head -n 1 $repo/README.md 2>/dev/null)
Expand Down

0 comments on commit c42825b

Please sign in to comment.