Skip to content

Commit

Permalink
action.yml: add arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon authored Nov 28, 2023
1 parent 3ac1ca0 commit 176d617
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: 'puLL-Merge'
aname: 'puLL-Merge'
description: 'puLL-Merge is a github-action to add LLM capabilities to pull-requests in github automatically'
# inputs:
inputs:
github_token:
description: |
Secret token to push review comments, and
interact with the repository systematically
required: true
debug:
description: enables debug output for this action
required: false

# outputs:
runs:
using: 'composite'
Expand Down

0 comments on commit 176d617

Please sign in to comment.