Skip to content

Commit ab32007

Browse files
authored
Update action.yml
1 parent 2870840 commit ab32007

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

action.yml

-5
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ inputs:
4141
description: "Skip creation of remote branches and pull requests. Only print list of affected componented into file that is defined in 'outputs.affected-components-file'"
4242
required: false
4343
default: 'false'
44-
gpg-key-id:
45-
description: "GPG key ID to sign commits. Default ''"
46-
required: false
47-
default: ''
4844
pr-labels:
4945
description: "Comma or new line separated list of labels that will added on PR creation. Default: `component-update`"
5046
required: false
@@ -74,7 +70,6 @@ runs:
7470
EXCLUDE: ${{ inputs.exclude }}
7571
LOG_LEVEL: ${{ inputs.log-level }}
7672
DRY_RUN: ${{ inputs.dry-run }}
77-
GPG_KEY_ID: ${{ inputs.gpg-key-id }}
7873
PR_LABELS: ${{ inputs.pr-labels }}
7974
PR_TITLE_TEMPLATE: ${{ inputs.pr-title-template }}
8075
PR_BODY_TEMPLATE: ${{ inputs.pr-body-template }}

0 commit comments

Comments
 (0)