mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
fix action
This commit is contained in:
parent
f001589631
commit
817bf68cd6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -125,7 +125,7 @@ jobs:
|
|||
destination_folder: ./websoft9/plugin/media
|
||||
delete_if_exists: true
|
||||
fail_if_source_empty: true
|
||||
if: env.APP == 'apphub' && env.MEDIA_FROM == 'source'
|
||||
if: env.APP == 'apphub' && env.MEDIA_FROM == 'source'
|
||||
|
||||
##------------ special task for apphub end----------------------#
|
||||
|
||||
|
|
Loading…
Reference in a new issue