Skip to content

Commit 774585a

Browse files
committed
Fix repos
1 parent 1db3266 commit 774585a

File tree

3 files changed

+19
-25
lines changed

3 files changed

+19
-25
lines changed
Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
cloudposse-github-actions/readme
2-
cloudposse-github-actions/create-branch-from-tag
3-
cloudposse-github-actions/screengrab
4-
cloudposse-github-actions/composite-template
5-
cloudposse-github-actions/screenshot
6-
cloudposse-github-actions/string-transformer
7-
cloudposse-github-actions/pr-comment-on-release
8-
cloudposse-github-actions/test-action
9-
cloudposse-github-actions/typescript-template
10-
cloudposse-github-actions/get-pr
111
cloudposse-github-actions/install-gh-releases
12-
cloudposse-github-actions/security
13-
cloudposse-github-actions/test
2+
cloudposse-github-actions/get-pr
3+
cloudposse-github-actions/typescript-template
4+
cloudposse-github-actions/pr-comment-on-release
5+
cloudposse-github-actions/string-transformer
6+
cloudposse-github-actions/screenshot
7+
cloudposse-github-actions/composite-template
8+
cloudposse-github-actions/screengrab
9+
cloudposse-github-actions/create-branch-from-tag
10+
cloudposse-github-actions/readme
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
gh repo list cloudposse-github-actions --limit 500 --json name,owner \
3-
--jq '.[] | select(.name | test("^.github") | not) | .owner.login + "/" + .name' > repos.txt
3+
--jq '.[] | select(.name | test("^.github") | not) | select(.name | test("^security") | not) | select(.name | test("^test") | not) | .owner.login + "/" + .name' > repos.txt
44

55
split -d -l 16 repos.txt repos-
Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
cloudposse-github-actions/readme
2-
cloudposse-github-actions/create-branch-from-tag
3-
cloudposse-github-actions/screengrab
4-
cloudposse-github-actions/composite-template
5-
cloudposse-github-actions/screenshot
6-
cloudposse-github-actions/string-transformer
7-
cloudposse-github-actions/pr-comment-on-release
8-
cloudposse-github-actions/test-action
9-
cloudposse-github-actions/typescript-template
10-
cloudposse-github-actions/get-pr
111
cloudposse-github-actions/install-gh-releases
12-
cloudposse-github-actions/security
13-
cloudposse-github-actions/test
2+
cloudposse-github-actions/get-pr
3+
cloudposse-github-actions/typescript-template
4+
cloudposse-github-actions/pr-comment-on-release
5+
cloudposse-github-actions/string-transformer
6+
cloudposse-github-actions/screenshot
7+
cloudposse-github-actions/composite-template
8+
cloudposse-github-actions/screengrab
9+
cloudposse-github-actions/create-branch-from-tag
10+
cloudposse-github-actions/readme

0 commit comments

Comments
 (0)