Skip to content

Commit

Permalink
feat: rename action because of request from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed Sep 1, 2021
1 parent 6ddf3cd commit 2a92ca6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Bumping
uses: derberg/custom-dependabot-for-your-github-org@v2
uses: derberg/npm-dependency-manager-for-your-github-org@v3
with:
github_token: ${{ secrets.CUSTOM_TOKEN }}
repos_to_ignore: repo1,repo2
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Custom Dependabot For Your GitHub Organization
name: NPM Dependency Manager For Your GitHub Organization
description: This action handles automated update of dependencies in package.json between projects from the same GitHub organization.
inputs:
github_token:
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14437,4 +14437,4 @@ function forEach(text, handler) {

/***/ })

/******/ });
/******/ });
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-dependabot-for-your-github-org",
"version": "2.0.0",
"name": "npm-dependency-manager-for-your-github-org",
"version": "3.0.0",
"description": "This action handles automated update of dependencies in package.json between projects from the same GitHub organization.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 2a92ca6

Please sign in to comment.