Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Sep 4, 2020
1 parent 7e03e8f commit 9d5e2f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Backport Action
runs-on: ubuntu-latest
steps:
- uses: sqren/backport-github-action@master
- uses: sqren/backport-github-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
```
17 changes: 3 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backport-github-action",
"version": "1.0.3",
"description": "",
"version": "1.0.4",
"license": "MIT",
"files": [
"action.yml",
"dist"
Expand All @@ -18,16 +18,5 @@
"backport": "^5.6.0-beta",
"got": "^11.5.2",
"typescript": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sqren/backport-github-action.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sqren/backport-github-action/issues"
},
"homepage": "https://github.com/sqren/backport-github-action#readme"
}
}

0 comments on commit 9d5e2f3

Please sign in to comment.