Compare commits

..

View file

@ -147,7 +147,7 @@ runs:
fi fi
input_sync=${{inputs.sync}} input_sync=${{inputs.sync}}
if [ "${{github.event_name}}" == "workflow_dispatch" ] && [ -n "${{github.event.inputs.sync}}" ]; then if [ "${{github.event_name}}" == "workflow_dispatch" ]; then
input_sync=${{github.event.inputs.sync}} input_sync=${{github.event.inputs.sync}}
fi fi