mirror of
https://github.com/milanmk/actions-file-deployer.git
synced 2026-06-29 11:12:46 +00:00
Compare commits
2 commits
d4299a60c5
...
3cf188f493
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cf188f493 |
||
|
|
8f3dca6112 |
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue