QuotFix: quoted variable
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user