-
Notifications
You must be signed in to change notification settings - Fork 8
119 lines (102 loc) · 2.82 KB
/
gource-dev.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
name: Gource Action Dev
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
push:
branches:
- master
- 'dev/**'
jobs:
# local-images:
# runs-on: ubuntu-latest
# steps:
# - name: 'Checkout'
# uses: actions/checkout@v4
# with:
# fetch-depth: 0
# - name: 'Current folder'
# run: ls -al
# - name: 'Gource Action'
# uses: ./
# with:
# git_url: ./
# avatars_url: ./avatars/
# gource_title: 'Gource Action Development'
# logo_url: ./logo.png
# avatars_auto_fetch: true
# - name: 'Check output'
# run: |
# ls -al ./
# ls -al ./gource
# - uses: actions/upload-artifact@v4
# with:
# name: gource-local
# path: ./gource
# retention-days: 1
# test-new-url-regex:
# runs-on: ubuntu-latest
# steps:
# - name: 'Checkout'
# uses: actions/checkout@v4
# with:
# fetch-depth: 0
# - name: 'Current folder'
# run: ls -al
# - name: 'Gource Action'
# uses: ./
# with:
# git_url: ./
# avatars_url: ./avatars/
# gource_title: 'Gource Action Development'
# logo_url: https://raw.githubusercontent.com/glotaran/pyglotaran/main/docs/source/images/glotaran.png?raw=true
# avatars_auto_fetch: true
# - name: 'Check output'
# run: |
# ls -al ./
# ls -al ./gource
# - uses: actions/upload-artifact@v4
# with:
# name: gource-local
# path: ./gource
# retention-days: 1
check-new-options:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 'Gource Action'
uses: ./
with:
git_url: https://github.com/chkpwd/dotfiles
gource_title: IaC Repo
logo_url: https://github.com/git.png
gource_resolution: 1080p
gource_fps: 60
avatars_auto_fetch: true
gource_bloom_intensity: 0.5
gource_bloom_multiplier: 0.5
gource_auto_skip_seconds: 0.1
gource_camera_mode: track
gource_filename_time: 2
gource_seconds_per_day: 0.25
gource_time_scale: 2.5
gource_background_color: 0D1116
gource_overlay_background_color: 0D1116
gource_font_size: 80
gource_hide_items: mouse,progress,dirnames
- name: 'Upload gource video'
uses: actions/upload-artifact@v4
with:
name: Gource
path: ./gource/gource.mp4