Skip to content

Commit

Permalink
fix author
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jul 31, 2024
1 parent fc6171d commit 5c0a87d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "<github-action>",
"version": "1.0.0",
"description": "A GitHub Actions template repository for JavaScript based Actions",
"author": "<author>",
"author": "RageAgainstThePixel",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/<author>/<github-action>.git"
"url": "git+https://github.com/RageAgainstThePixel/<github-action>.git"
},
"bugs": {
"url": "https://github.com/<author>/<github-action>/issues"
"url": "https://github.com/RageAgainstThePixel/<github-action>/issues"
},
"homepage": "https://github.com/<author>/<github-action>",
"homepage": "https://github.com/RageAgainstThePixel/<github-action>",
"main": "dist/index.js",
"keywords": [],
"dependencies": {
Expand Down

0 comments on commit 5c0a87d

Please sign in to comment.