Added conditional run of the "update" step

This commit is contained in:
SG
2026-04-01 21:45:21 +03:00
parent 9f21c3fba6
commit c27aea2d31

View File

@@ -81,6 +81,7 @@ runs:
shell: bash
run: ${{ gitea.action_path }}/push.sh
- name: Update remote Docker host
if: ${{ inputs.update_remote == 'true' }}
shell: bash
run: ${{ gitea.action_path }}/update.sh