Skip to content

Commit

Permalink
Dummy test change
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlk committed Nov 8, 2023
1 parent c9645d0 commit 9f38481
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Named after Batman's assistant, Robin AI is an open source Github project that a

To use Robin AI in your Github project, you'll need to add it as a Github action. Here's how:

Inserting a new line of text here for testing.

1. In your Github repository, navigate to the "Actions" tab.
2. Click on the "New workflow" button.
3. Select the option to "Set up a workflow yourself".
Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ inputs:
description: 'Whitespace separated list of files to ignore'
required: false
default: ''

runs:
using: 'docker'
image: 'Dockerfile'
Expand All @@ -28,6 +29,7 @@ runs:
- --gpt_model_name=${{ inputs.gpt_model_name }}
- --github_api_url=${{ inputs.github_api_url }}
- --files_to_ignore=${{ inputs.files_to_ignore }}

branding:
icon: 'tag'
color: 'purple'

0 comments on commit 9f38481

Please sign in to comment.