Skip to content

Commit d463b58

Browse files
committed
Remove unnecessary comments
1 parent cd8d9a5 commit d463b58

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/bump-controls.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -65,42 +65,16 @@ jobs:
6565
- name: Add and commit changes
6666
uses: EndBug/add-and-commit@v9
6767
with:
68-
# The arguments for the `git add` command
69-
# Default: '.'
7068
add: '${{ env.PROPS_PATH }}'
7169

72-
# The name of the user that will be displayed as the author of the commit.
73-
# Default: depends on the default_author input
7470
author_name: files-community-bot[bot]
75-
76-
# The email of the user that will be displayed as the author of the commit.
77-
# Default: depends on the default_author input
7871
author_email: 152337890+files-community-bot[bot]@users.noreply.github.com
79-
80-
# Determines the way the action fills missing author name and email. Three options are available:
81-
# - github_actor -> UserName <[email protected]>
82-
# - user_info -> Your Display Name <[email protected]>
83-
# - github_actions -> github-actions <email associated with the github logo>
84-
# Default: github_actor
8572
default_author: github_actor
8673

87-
# The message for the commit.
88-
# Default: 'Commit from GitHub Actions (name of the workflow)'
8974
message: 'Bump Files UI controls version to ${{ steps.get_version.outputs.full_version }}'
90-
91-
# If this input is set, the action will push the commit to a new branch with this name.
92-
# Default: ''
9375
new_branch: 'files/ui-controls/${{ steps.get_version.outputs.full_version }}'
9476

95-
# The way the action should handle pathspec errors from the add and remove commands. Three options are available:
96-
# - ignore -> errors will be logged but the step won't fail
97-
# - exitImmediately -> the action will stop right away, and the step will fail
98-
# - exitAtEnd -> the action will go on, every pathspec error will be logged at the end, the step will fail.
99-
# Default: ignore
10077
pathspec_error_handling: ignore
101-
102-
# Whether to push the commit and, if any, its tags to the repo. It can also be used to set the git push arguments (see the paragraph below for more info)
103-
# Default: true
10478
push: true
10579

10680
- name: Create Pull Request

0 commit comments

Comments
 (0)