Created
May 21, 2025 07:26
-
-
Save Rohit-554/6794918cc65b49cecec958b1d964c12c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HTTP | |
| url | |
| Method : Get | |
| Headers | |
| Content-Type application/json | |
| Authorization Bearer <token> | |
| Parse Json | |
| Content : body(‘HTTP’) | |
| Schema : (self generated) | |
| Init variable | |
| Value : You have @{body('Parse_JSON')?['count']} repositories: | |
| Apply to each | |
| Output from previous stage : @{body('Parse_JSON')?['value']} | |
| Append to the String | |
| Value: | |
| Repository Name: @{items('Apply_to_each')?['name']} | |
| URL: @{items('Apply_to_each')?['webUrl']} | |
| Compose | |
| Inputs : @{variables('repoList')} | |
| response | |
| Inputs : @{outputs('Compose')} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment