Skip to content

Commit

Permalink
chore: make since_last_remote_commit optional (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jan 10, 2023
1 parent e6a750f commit 52c733b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ inputs:
default: "50"
since_last_remote_commit:
description: "Use the last commit on the remote branch as the `base_sha`. Defaults to the last non merge commit on the target branch for pull request events and the previous remote commit of the current branch for push events."
required: true
required: false
default: "false"
write_output_files:
description: "Write outputs to files in the `.github/outputs` folder by default."
Expand Down

0 comments on commit 52c733b

Please sign in to comment.