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
|
decription: Private SSH key to update the image on remote Docker host
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
update_remote_containers:
|
||||||
|
description: Wether to update containers on remote Docker host
|
||||||
|
required: false
|
||||||
|
default: "false"
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
@@ -81,7 +85,7 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: ${{ gitea.action_path }}/push.sh
|
run: ${{ gitea.action_path }}/push.sh
|
||||||
- name: Update remote Docker host
|
- name: Update remote Docker host
|
||||||
if: ${{ inputs.update_remote == 'true' }}
|
if: ${{ inputs.update_remote_containers == 'true' }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ${{ gitea.action_path }}/update.sh
|
run: ${{ gitea.action_path }}/update.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user