infuseai/PipeRider Compare Action
Run the PipeRider Compare via GitHub Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN or a personal access token. | no | ${{ github.token }} |
| recipe | The recipe to use for the comparison | no | — |
| modified | Only compare the modified models | no | false |
| select | Specify the dbt nodes to include | no | — |
| skip_datasource | Skip accessing the connection of datasource | no | false |
| upload | Whether to upload the comparison results to the cloud | no | — |
| share | Whether to make a share link | no | — |
| cloud_project | The cloud project to use for the comparison | no | — |
| cloud_api_token | The API token to use for the cloud API | no | — |
| credentials_yml | The content of the PipeRider credentials.yml file to use for the PipeRider project | no | — |
| working_directory | The working directory to use for the comparison | no | — |
| piperider_version | The version of PipeRider to use for the comparison | no | — |
Outputs
| name | description |
|---|---|
| status | The exit code status of the PipeRider comparison. This indicates whether the comparison was successful or not. |
| uuid | The UUID of the repository that was compared. |