QuotFix: quoted variable

This commit is contained in:
SG
2026-04-01 21:53:50 +03:00
parent c27aea2d31
commit e365c218ee

View File

@@ -70,6 +70,10 @@ inputs:
decription: Private SSH key to update the image on remote Docker host
required: false
update_remote_containers:
description: Wether to update containers on remote Docker host
required: false
default: "false"
runs:
using: composite
@@ -81,7 +85,7 @@ runs:
shell: bash
run: ${{ gitea.action_path }}/push.sh
- name: Update remote Docker host
if: ${{ inputs.update_remote == 'true' }}
if: ${{ inputs.update_remote_containers == 'true' }}
shell: bash
run: ${{ gitea.action_path }}/update.sh