Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Nov 6, 2022
1 parent 35bdbf5 commit aee25aa
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 @@ -57,6 +57,10 @@ inputs:
description: 'Include all matching deleted files'
required: false
default: "false"
base-ref:
description: 'Specify a base ref used for comparing changes, when `include-deleted-files` is set to `true`'
required: false
default: ${{ github.base_ref }}
sha:
description: 'Specify a current commit SHA used for comparing changes, when `include-deleted-files` is set to `true`'
required: true
Expand Down

0 comments on commit aee25aa

Please sign in to comment.