Skip to content

Commit

Permalink
Fix disabling the auto version register option
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed May 20, 2024
1 parent c10891b commit bdfa253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ runs:
if [ "${{ inputs.register-remote }}" == "true" ]; then
args="--remote ${args}"
fi
if [ "${{ inputs.register-register-disable-auto-version }}" == "true" ]; then
if [ "${{ inputs.register-disable-auto-version }}" == "true" ]; then
args="--register-disable-auto-version ${args}"
fi
if [ "${{ inputs.register-snakefile }}" != "" ]; then
Expand Down

0 comments on commit bdfa253

Please sign in to comment.