Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Mar 4, 2024
1 parent 5c6c198 commit d97957d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
# add filtered repos to the list
for repo in $(echo "$repos" | jq -r '.[] | select((.name | startswith("app-")) and (.archived == false) and (.private == false)) | .name'); do
result+=("$repo")
default_branch=$(echo "$repos" | jq -r '.[] | select(.name == $repo) | .default_branch')
pouet = $repo
default_branch=$(echo "$pouet" | jq -r '.[] | select(.name == $repo) | .default_branch')
echo "Repo: $repo, Default branch: $default_branch"
done
Expand Down

0 comments on commit d97957d

Please sign in to comment.