4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -1042,7 +1042,8 @@ jobs:
1042
1042
with :
1043
1043
template : markdown
1044
1044
filename : metrics.markdown.md
1045
- markdown : metrics.markdown.template.md
1045
+ markdown : >-
1046
+ https://raw.githubusercontent.com/lowlighter/metrics/examples/metrics.markdown.template.md
1046
1047
config_output : markdown
1047
1048
token : ${{ secrets.METRICS_TOKEN }}
1048
1049
output_action : commit
Original file line number Diff line number Diff line change @@ -140,7 +140,8 @@ uses: lowlighter/metrics@latest
140
140
with:
141
141
template: markdown
142
142
filename: metrics.markdown.md
143
- markdown: metrics.markdown.template.md
143
+ markdown: >-
144
+ https://raw.githubusercontent.com/lowlighter/metrics/examples/metrics.markdown.template.md
144
145
config_output: markdown
145
146
token: ${{ secrets.METRICS_TOKEN }}
146
147
Original file line number Diff line number Diff line change 3
3
with :
4
4
template : markdown
5
5
filename : metrics.markdown.md
6
- markdown : metrics.markdown.template.md
6
+ markdown : https://raw.githubusercontent.com/lowlighter/metrics/examples/ metrics.markdown.template.md
7
7
config_output : markdown
8
8
token : ${{ secrets.METRICS_TOKEN }}
9
9
prod :
Original file line number Diff line number Diff line change 2
2
uses : lowlighter/metrics@latest
3
3
with :
4
4
template : markdown
5
- markdown : metrics.markdown.template.md
5
+ markdown : >-
6
+ https://raw.githubusercontent.com/lowlighter/metrics/examples/metrics.markdown.template.md
6
7
config_output : markdown
7
8
token : MOCKED_TOKEN
8
9
use_mocked_data : yes
0 commit comments