Skip to content

Commit

Permalink
Revert "Allow for default value to be used. (#999)" (#1004)
Browse files Browse the repository at this point in the history
This reverts commit ee6817a.
  • Loading branch information
clarkedb committed Jan 10, 2023
1 parent e5ede17 commit 864cf00
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 @@ -27,7 +27,7 @@ runs:
- git
- file://${{ inputs.path }}
- --since-commit
- ${{ inputs.base.default }}
- ${{ inputs.base }}
- --branch
- ${{ inputs.head }}
- --fail
Expand Down

0 comments on commit 864cf00

Please sign in to comment.