Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Feb 15, 2022
1 parent 8a227fd commit 01ad659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ inputs:
required: false
default: "false"
sha:
description: 'Specify a current commit SHA used for comparing changes, when include-deleted-files is set to `true`'
description: 'Specify a current commit SHA used for comparing changes, when `include-deleted-files` is set to `true`'
required: true
default: ${{ github.sha }}
base-sha:
description: 'Specify a base commit SHA on used for comparing changes, when include-deleted-files is set to `true`'
description: 'Specify a base commit SHA used for comparing changes, when `include-deleted-files` is set to `true`'
required: false
working-directory:
description: 'Specify a relative path under $GITHUB_WORKSPACE to locate the repository'
Expand Down

0 comments on commit 01ad659

Please sign in to comment.