mirror of
https://github.com/milanmk/actions-file-deployer.git
synced 2026-08-27 07:51:03 +00:00
Compare commits
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue