You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'The github action that use to generate chart image of the repository statistics'
3
+
author: 'Minuth Prom'
4
+
inputs:
5
+
token:
6
+
description: >
7
+
Personal access token (PAT) used to fetch the repository. The PAT is configured
8
+
with the local git config, which enables your scripts to run authenticated git
9
+
commands.
10
+
[Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets)
11
+
required: true
12
+
file_path:
13
+
description: The directory to store chart image. By default it will store at the root directory.
14
+
default: '.'
15
+
file_name:
16
+
description: The file name of chart image and the file extension must be PNG file. By default its name is chart-report.png
0 commit comments