Skip to content

Commit a534e79

Browse files
committed
ci: create action to read all custom properties in all repos
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 8cedc45 commit a534e79

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

action.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: 'Read Custom Properties of All Repos in Organization'
2+
description: 'Read all the custom properties and values of all repos in an organization'
3+
author: 'Andrew Brandt <[email protected]>'
4+
organization: 'PandasWhoCode'
5+
branding:
6+
icon: 'check-circle'
7+
color: 'black'
8+
9+
inputs:
10+
token:
11+
description: 'Personal Access Token'
12+
required: true
13+
14+
runs:
15+
using: "composite"
16+
steps:
17+
- name: List all repos in the Org
18+
shell: bash

0 commit comments

Comments
 (0)