Skip to content

Commit

Permalink
Allow for default value to be used. (trufflesecurity#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrav committed Jan 7, 2023
1 parent 5f6143f commit ee6817a
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 }}
- ${{ inputs.base.default }}
- --branch
- ${{ inputs.head }}
- --fail
Expand Down

0 comments on commit ee6817a

Please sign in to comment.