Skip to content

Commit

Permalink
🧪Update secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairpaul committed Sep 28, 2019
1 parent 2f1e209 commit fad459f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ inputs:
runs:
using: 'docker'
image: 'Dockerfile'
args: ['${{ inputs.secretsfile }}']
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

python3 -m homeassistant --version
cp "$1" secrets.yaml
cp "$*" secrets.yaml
python3 -m homeassistant \
--config ./ \
--script check_config \
Expand Down

0 comments on commit fad459f

Please sign in to comment.