-
Notifications
You must be signed in to change notification settings - Fork 8
/
action.yml
34 lines (32 loc) · 858 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
29
30
31
32
33
34
name: 'TryHackMe Badge Workflow'
author: 'Leo Smith - p4p1'
description: 'Gets your tryhackme badge and updates it on your README'
inputs:
image_path:
description: 'Path of the image file you want to update'
default: './assets/thm_propic.png'
required: false
username:
description: 'Try Hack Me username'
required: true
committer_username:
description: 'username of committing bot'
default: 'thm-p4p1-bot'
required: false
committer_email:
description: 'email of committing bot'
default: '[email protected]'
required: false
commit_message:
description: 'message of committing bot'
default: 'Updated THM profile badge'
required: false
GITHUB_TOKEN:
description: 'GitHub token'
required: true
runs:
using: node16
main: dist/index.js
branding:
icon: 'cloud-lightning'
color: 'red'