Skip to content

Commit

Permalink
fix: update action.yml name
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypicalpro committed Jun 26, 2021
1 parent 6876188 commit baf8dac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Repolinter Action v1
# TODOGroup Repolinter Action v1

![CI](/~https://github.com/todogroup/repolinter-action/workflows/CI/badge.svg?event=push)

This action runs [Repolinter](/~https://github.com/todogroup/repolinter) on your repository. Repolinter's optional external dependencies (licensee, linguist, github-markup) are installed using a docker build step. Optionally you can also configure this tool to create GitHub issues with the Repolinter output.

The original version of this tool was created by [New Relic](/~https://github.com/newrelic), and this fork was created to continue development under [TODOGroup](/~https://github.com/todogroup).

## Inputs

```yaml
- uses: repolinter-action@v1
- uses: todogroup/repolinter-action@v1
with:
# The directory Repolinter should run against. Accepts an absolute path
# or a path relative to $GITHUB_WORKSPACE.
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Repolinter Action'
description: 'Runs Repolinter against a repository, then uses the results to open an issue.'
name: 'TODOGroup Repolinter Action'
description: 'Runs Repolinter against a repository, then uses the results to open an issue. This fork is maintained by TODOGroup.'
author: 'TODOGroup'
inputs:
directory:
Expand Down

0 comments on commit baf8dac

Please sign in to comment.