get_repo_file
Retrieve file content from Azure DevOps repositories to access code, documentation, or configuration files directly within your workflow.
Instructions
Get file content from a repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name (default: YourProject). Specify any project name in your organization | |
| repo | Yes | Repository name | |
| path | Yes | File path in repository | |
| branch | No | Branch name (default: main) | |
| download | No | Download as text |