Skip to content

Commit d53dcbe

Browse files
committed
fix: change description in action.yml to match limits
1 parent 78a5b4f commit d53dcbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Organization Projects' Dependency Manager
2-
GitHub Action that handles automated update of dependencies in package.json between projects from the same GitHub organization.
2+
GitHub Action that handles automated update of dependencies in package.json between projects from the same GitHub organization. You run this workflow after npm package release. It searches for libraries in your GitHub organization that depend on this package and bump version through a PR flow.
33

44
<!-- toc -->
55

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Custom Dependabot For Your GitHub Organization
2-
description: This action handles automated update of dependencies in package.json between projects from the same GitHub organization. You run this workflow after npm package release. It searches for libraries in your GitHub organization that depend on this package and bump version through a PR flow.
2+
description: This action handles automated update of dependencies in package.json between projects from the same GitHub organization.
33
inputs:
44
github_token:
55
description: >

0 commit comments

Comments
 (0)