actions-marketplace-validations/Gource-Action
Visualisation action for source control repositories using gource.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| git_url | Location of git repository. Can also be an remote repository e.g.: https://github.com/acaudwell/Gource.git | no | ./ |
| git_token | If the provided repository is private, the action need an token with read scope. | no | "" |
| logo_url | Displayed icon on bottom right corner. | no | "" |
| avatars_auto_fetch | Tries to fetch user avatar from all contributors. If this is enable "avatars_url" will be ignored. | no | false |
| avatars_url | Path of local directory containing user avatars. | no | "" |
| gource_title | Set a title. | no | Title |
| gource_resolution | Used gource resolution (2160p, 1440p, 1080p, 720p). | no | 1080p |
| gource_fps | Used gource fps. | no | 60 |
| gource_bloom_multiplier | Adjust the amount of bloom. | no | 0.5 |
| gource_bloom_intensity | Adjust the intensity of bloom. | no | 0.5 |
| gource_key | Show file extension key. | no | "" |
| gource_auto_skip_seconds | Skip to next entry if nothing happens for a number of seconds. | no | 0.5 |
| gource_background_color | Background colour in hex. | no | 0a0a0a |
| gource_overlay_background_color | Overlay background colour in hex. | no | 202021 |
| gource_font_color | Font color used by the date and title in hex. | no | F0F0F0 |
| gource_overlay_font_color | Font color used by the overlay in hex. | no | F0F0F0 |
| gource_font_size | Font size used by the date and title. | no | 44 |
| gource_camera_mode | Camera mode (overview, track). | no | overview |
| gource_dir_depth | Draw names of directories down to a specific depth in the tree. | no | 3 |
| gource_filename_time | Duration to keep filenames on screen (>= 2.0). | no | 2 |
| gource_hide_items | Hide one or more display elements from the list below. | no | mouse,date,filenames |
| gource_max_user_speed | Max speed users can travel per second. | no | 500 |
| gource_seconds_per_day | Speed of simulation in seconds per day. | no | 0.1 |
| gource_time_scale | Change simulation time scale. | no | 1.5 |
| gource_user_scale | Change scale of user avatars. | no | 1.2 |
| gource_start_date | Start with the first entry after the supplied date and optional time. | no | "" |
| gource_stop_date | Stop after the last entry prior to the supplied date and optional time. | no | "" |
| gource_file_filter | Filter out file paths matching the specified regular expression. | no | "" |
Outputs
no outputs