Initial changes to template

This commit is contained in:
2020-05-04 21:32:17 +03:00
parent 2c3f7ae901
commit fc7bc9b517
10 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ assignees: ''
Home Assistant frontend: Developer tools -> Info.
-->
- template-card release with the issue:
- Last working template-card release (if known):
- time-picker-card release with the issue:
- Last working time-picker-card release (if known):
- Browser and Operating System:
### Problem-relevant configuration
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest a feature for template-card
about: Suggest a feature for time-picker-card
title: ''
labels: feature request
assignees: ''
+3 -3
View File
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build template-card.js
- name: Build time-picker-card.js
run: |
npm install
npm run build
@@ -19,6 +19,6 @@ jobs:
- name: Upload to release
uses: shopify/upload-to-release@1.0.0
with:
name: template-card.js
path: dist/template-card.js
name: time-picker-card.js
path: dist/time-picker-card.js
repo-token: ${{ secrets.GITHUB_TOKEN }}