Skip to content

Commit 2a92ca6

Browse files
committed
feat: rename action because of request from GitHub
1 parent 6ddf3cd commit 2a92ca6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v2
7979
- name: Bumping
80-
uses: derberg/custom-dependabot-for-your-github-org@v2
80+
uses: derberg/npm-dependency-manager-for-your-github-org@v3
8181
with:
8282
github_token: ${{ secrets.CUSTOM_TOKEN }}
8383
repos_to_ignore: repo1,repo2

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Custom Dependabot For Your GitHub Organization
1+
name: NPM Dependency Manager For Your GitHub Organization
22
description: This action handles automated update of dependencies in package.json between projects from the same GitHub organization.
33
inputs:
44
github_token:

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14437,4 +14437,4 @@ function forEach(text, handler) {
1443714437

1443814438
/***/ })
1443914439

14440-
/******/ });
14440+
/******/ });

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "custom-dependabot-for-your-github-org",
3-
"version": "2.0.0",
2+
"name": "npm-dependency-manager-for-your-github-org",
3+
"version": "3.0.0",
44
"description": "This action handles automated update of dependencies in package.json between projects from the same GitHub organization.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)