From fad459ff15db162e84f9bcad3976f30b142bddbe Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Fri, 27 Sep 2019 20:50:46 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AAUpdate=20secrets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 1 + entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f1cbf95..3bb416b 100644 --- a/action.yml +++ b/action.yml @@ -12,3 +12,4 @@ inputs: runs: using: 'docker' image: 'Dockerfile' + args: ['${{ inputs.secretsfile }}'] diff --git a/entrypoint.sh b/entrypoint.sh index a47ed8b..31f3362 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,7 +3,7 @@ set -e python3 -m homeassistant --version -cp "$1" secrets.yaml +cp "$*" secrets.yaml python3 -m homeassistant \ --config ./ \ --script check_config \