Skip to content

Commit

Permalink
Revert "Updated monorepo pr labels" (#6)
Browse files Browse the repository at this point in the history
* Revert "Updated monorepo pr labels (#5)"

This reverts commit d51f12e.

* Reverted changes to action.yml

* Updated PR labels

* Deleted core.info
  • Loading branch information
gaagul authored Jul 5, 2023
1 parent d51f12e commit 1421c67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: 'Bump Product Version'
name: 'Bump Gem'
description: 'The GitHub action to bump the gem or engine version.'
author: 'Thejus Paul'
outputs:
version:
description: "Version of package"
inputs:
labels:
description: 'Provide a comma separated list of labels passed to the PR for the version bump.'
Expand All @@ -15,7 +12,7 @@ inputs:
new_branch:
description: 'Provide a branch name to be used for the version bump PR.'
required: false
default: 'bump-product-version'
default: 'bump-gem-version'
base_branch:
description: 'Provide a base branch name to be used for the PR.'
required: false
Expand All @@ -41,6 +38,9 @@ inputs:
node-version-file:
description: 'File containing the version Spec of the version to use. Examples: .nvmrc, .node-version, .tool-versions.'
default: "./nvmrc"
outputs:
version:
description: "Version of package"
runs:
using: 'node16'
main: 'dist/index.js'
Expand Down
Binary file modified dist/index.js.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/index.js.cache.js

Large diffs are not rendered by default.

0 comments on commit 1421c67

Please sign in to comment.