Update action.yaml

This commit is contained in:
luke-hagar-sp
2024-02-29 15:18:58 -05:00
parent 68463d649c
commit d012ade677

View File

@@ -3,3 +3,7 @@ description: "retrieve github profile stats and save locally to repo for further
runs:
using: "node20"
main: "./dist/index.js"
inputs:
username:
description: "The username of the github profile to pull stats for"
required: true