Skip to content

Commit

Permalink
Add commit_message input variable definition
Browse files Browse the repository at this point in the history
  • Loading branch information
andstor authored Mar 31, 2020
1 parent 6140f6b commit 8ae1075
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ inputs:
description: 'Set to true if the destination repository you want to copy from is the GitHub Wiki'
required: false
default: false
commit_message:
description: 'A custom git commit message.'
required: false
username:
description: 'The GitHub username to associate commits made by this GitHub action'
required: false
Expand All @@ -72,5 +75,6 @@ runs:
- ${{ inputs.exclude }}
- ${{ inputs.src_wiki }}
- ${{ inputs.dst_wiki }}
- ${{ inputs.commit_message }}
- ${{ inputs.username }}
- ${{ inputs.email }}

0 comments on commit 8ae1075

Please sign in to comment.