Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Jan 27, 2024
1 parent de49d95 commit cb322ad
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: 'ID_Commit'
description: 'Add a users ID to their github pull if not there'
name: "GitHub ID Script"
description: "Add a user's GitHub ID to their is-a.dev pull request."
branding:
icon: "user"
color: "purple"
inputs:
files:
description: 'Files that need to be updated'
required: true
default: 'none'
files:
description: "Files that need to be updated"
required: true
default: "none"
runs:
using: 'node20'
main: 'index.js'
using: "node20"
main: "index.js"

0 comments on commit cb322ad

Please sign in to comment.