Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlamina authored Apr 14, 2024
1 parent bbe1ec6 commit 617dbc7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions commit-monitor/action.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Commit Monitor'
description: 'Executes on every commit to perform specified tasks'
description: 'Monitors every commit and allows you to trigger tasks in commit messages'
inputs:
sdk-version:
description: 'PR Pilot SDK version to use'
Expand All @@ -8,6 +8,9 @@ inputs:
api-key:
description: 'API key for PR Pilot'
required: true
trigger-keyword:
description: 'Keyword to trigger task creation'
required: false
runs:
using: 'composite'
steps:
Expand All @@ -22,4 +25,4 @@ runs:
run: python ${{ github.action_path }}/commit-monitor.py
shell: bash
env:
PR_PILOT_API_KEY: ${{ inputs.api-key }}
PR_PILOT_API_KEY: ${{ inputs.api-key }}

0 comments on commit 617dbc7

Please sign in to comment.