Skip to content

Commit

Permalink
first pass on internal input resolution part 6
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 18, 2024
1 parent dcb3f73 commit dbc1ec1
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 @@ -98,7 +98,7 @@ runs:
fi
# signtool discovery if needed
if [ "${{ inputs.signtool }}" == "auto" }}" ]; then
if [ "${{ inputs.signtool }}" == "auto" }} ]; then
# keylocker
if [ "${{ runner.os }}" != "macOS" ] \
&& [[ -n "${{ inputs.keylocker-api-key }}" ]] \
Expand Down

0 comments on commit dbc1ec1

Please sign in to comment.