Compare commits

..

View file

@ -147,7 +147,7 @@ runs:
fi
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}}
fi