Skip to content

Commit

Permalink
Remove deprecated inputs from action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-op committed May 16, 2023
1 parent 1c59540 commit b8a3003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 3 additions & 3 deletions action-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ inputs:
type: string
files-excluded:
type: string
skipCommit:
skip-commit:
type: boolean
version:
type: string
githubToken:
github-token:
type: string
commitMessage:
commit-message:
type: string
12 changes: 0 additions & 12 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,16 @@ inputs:
files-excluded:
description: "Pattern to match the files to be ignored by this action"
required: false
skipCommit:
description: "By default, this action commits any change made to the files. Set to \"true\" to skip this commit."
required: false
deprecationMessage: "Use \"skip-commit\" instead"
skip-commit:
description: "By default, this action commits any change made to the files. Set to \"true\" to skip this commit."
required: false
default: "false"
version:
description: "Version of Google Java Format to use"
required: false
githubToken:
description: "If provided, will be used to authenticate the calls to the GitHub API."
required: false
deprecationMessage: "Use \"github-token\" instead"
github-token:
description: "If provided, will be used to authenticate the calls to the GitHub API."
required: false
commitMessage:
description: "This message will be used for commits made by this action"
required: false
deprecationMessage: "Use \"commit-message\" instead"
commit-message:
description: "This message will be used for commits made by this action"
required: false
Expand Down

0 comments on commit b8a3003

Please sign in to comment.