Skip to content

Commit

Permalink
rename project to simple-pr-stats
Browse files Browse the repository at this point in the history
  • Loading branch information
akwodkiewicz committed Mar 30, 2022
1 parent 8012e64 commit cb10f9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pr-stats
# simple-pr-stats

Calculate simple PR statistics in your repository.

Expand All @@ -23,8 +23,8 @@ jobs:
calculate-stats:
runs-on: ubuntu-latest
steps:
- name: Run pr-stats
uses: akwodkiewicz/[email protected]
- name: Run simple-pr-stats
uses: akwodkiewicz/simple-[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'pr-stats'
name: 'simple-pr-stats'
author: 'Andrzej Wódkiewicz'
description: 'Calculate simple PR statistics'
runs:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "x1",
"name": "simple-pr-stats",
"version": "1.0.0",
"main": "dist/index.js",
"author": "Andrzej Wódkiewicz",
Expand All @@ -12,4 +12,4 @@
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0"
}
}
}

0 comments on commit cb10f9d

Please sign in to comment.