Update action.yaml

This commit is contained in:
luke-hagar-sp
2024-02-29 18:14:47 -05:00
parent b68347833e
commit 560abffa41

View File

@@ -1,5 +1,8 @@
name: "profile-stats"
description: "retrieve github profile stats and save locally to repo for further processing"
branding:
icon: "bar-chart-2"
color: "blue"
runs:
using: "node20"
main: "./dist/index.js"