Compare commits

..

No commits in common. "3cf188f493103b5f12f11221186f8fbd07f2be10" and "d4299a60c5bce235d8bfd6c516375c2d1b20066d" have entirely different histories.

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