We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cedc45 commit a534e79Copy full SHA for a534e79
action.yaml
@@ -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