forked from jamesgeorge007/github-activity-readme
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathaction.yml
28 lines (26 loc) · 746 Bytes
/
action.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
name: GitHub - Activity - Readme
description: Updates README with the recent GitHub activity of a user
author: jamesgeorge007
inputs:
GH_USERNAME:
description: 'Your GitHub username'
default: ${{ github.repository_owner }}
required: false
COMMIT_MSG:
description: "Commit message used while committing to the repo"
default: ":zap: Update README with the recent activity"
required: false
MAX_LINES:
description: "The maximum number of lines populated in your readme file"
default: 5
required: false
TARGET_FILE:
description: "The file location to write changes to"
default: "README.md"
required: false
branding:
color: yellow
icon: activity
runs:
using: node16
main: dist/index.js