Compare commits

..

1 commit

Author SHA1 Message Date
Shishir Raven
9cc5702b25
Merge 6bd41ae0a0 into d4299a60c5 2024-08-17 18:24:58 +05:30

View file

@ -150,7 +150,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