mirror of
https://github.com/milanmk/actions-file-deployer.git
synced 2026-06-29 11:12:46 +00:00
Compare commits
1 commit
ba177c50d3
...
9cc5702b25
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9cc5702b25 |
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,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