Compare commits

...

3 commits

Author SHA1 Message Date
Shishir Raven
ba177c50d3
Merge 6bd41ae0a0 into 3cf188f493 2024-10-14 10:23:16 +05:30
Milan Kaneria
3cf188f493
Merge pull request #44 from Propaganistas/patch-1
Update action.yml
2024-10-14 10:05:13 +05:30
Propaganistas
8f3dca6112
Update action.yml 2024-10-12 20:28:13 +02:00

View file

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