mirror of
https://github.com/milanmk/actions-file-deployer.git
synced 2026-06-29 19:22:47 +00:00
Compare commits
No commits in common. "3cf188f493103b5f12f11221186f8fbd07f2be10" and "d4299a60c5bce235d8bfd6c516375c2d1b20066d" have entirely different histories.
3cf188f493
...
d4299a60c5
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…
Add table
Add a link
Reference in a new issue