-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
31 lines (31 loc) · 1.09 KB
/
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
name: "Steam Stats"
description: "Showcase your Steam Gaming Stats in your GitHub Profile"
author: "Nicconike"
inputs:
GH_TOKEN:
description: "GitHub access token with Repo scope. Note: The token is not mandatory to be provided by you because it can utilize the GITHUB_TOKEN which gets generated by github for each workflow automatically"
required: false
default: ${{ github.token }}
STEAM_API_KEY:
description: "Steam Web API Key"
required: true
STEAM_ID:
description: "64bit SteamID of the user account"
required: true
STEAM_CUSTOM_ID:
description: "Steam Custom ID"
required: true
WORKSHOP_STATS:
description: "Include Steam Workshop Stats from your Steam Account"
required: false
default: "False"
LOG_SCALE:
description: "Use logarithmic scale for plotting recently played games from steam for the last 2 weeks"
required: false
default: "False"
runs:
using: docker
image: "docker://nicconike/steam-stats:latest"
branding:
icon: bar-chart-2
color: blue