Skip to content

Commit

Permalink
Update org and repo names
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Sep 12, 2023
1 parent 0cd9644 commit a8e3b54
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# IssueOps Parser

[![Check dist/](https://github.com/ncalteen/issueops-parser/actions/workflows/check-dist.yml/badge.svg)](https://github.com/ncalteen/issueops-parser/actions/workflows/check-dist.yml)
[![CodeQL](https://github.com/ncalteen/issueops-parser/actions/workflows/codeql.yml/badge.svg)](https://github.com/ncalteen/issueops-parser/actions/workflows/codeql.yml)
[![Continuous Integration](https://github.com/ncalteen/issueops-parser/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/ncalteen/issueops-parser/actions/workflows/continuous-integration.yml)
[![Super Linter](https://github.com/ncalteen/issueops-parser/actions/workflows/super-linter.yml/badge.svg)](https://github.com/ncalteen/issueops-parser/actions/workflows/super-linter.yml)
[![Check dist/](https://github.com/issue-ops/parser/actions/workflows/check-dist.yml/badge.svg)](https://github.com/issue-ops/parser/actions/workflows/check-dist.yml)
[![CodeQL](https://github.com/issue-ops/parser/actions/workflows/codeql.yml/badge.svg)](https://github.com/issue-ops/parser/actions/workflows/codeql.yml)
[![Continuous Integration](https://github.com/issue-ops/parser/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/issue-ops/parser/actions/workflows/continuous-integration.yml)
[![Super Linter](https://github.com/issue-ops/parser/actions/workflows/super-linter.yml/badge.svg)](https://github.com/issue-ops/parser/actions/workflows/super-linter.yml)
[![Code Coverage](./badges/coverage.svg)](./badges/coverage.svg)

Convert issue form responses to JSON
Expand All @@ -30,14 +30,14 @@ to replace `vX.X.X` with the latest version of this action.
```yaml
steps:
- name: Parse Issue
id: parse-issue
uses: ncalteen/issueops-[email protected]
id: parser
uses: issue-ops/[email protected]
with:
body: ${{ github.event.issue.body }}

- name: Output Issue JSON
id: output-issue
run: echo ${{ steps.issue-parser.outputs.json }}
run: echo ${{ steps.parser.outputs.json }}
```
## Inputs
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "issueops-parser",
"name": "parser",
"description": "Convert issue form responses to JSON",
"version": "1.0.0",
"author": "Nick Alteen <ncalteen@github.com>",
"homepage": "https://github.com/ncalteen/issueops-parser#readme",
"author": "Nick Alteen <issue-ops@github.com>",
"homepage": "https://github.com/issue-ops/parser#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ncalteen/issueops-parser.git"
"url": "git+https://github.com/issue-ops/parser.git"
},
"bugs": {
"url": "https://github.com/ncalteen/issueops-parser/issues"
"url": "https://github.com/issue-ops/parser/issues"
},
"keywords": [
"github",
Expand Down

0 comments on commit a8e3b54

Please sign in to comment.