mirror of
https://github.com/GeorgeSG/lovelace-time-picker-card.git
synced 2026-09-05 01:48:44 +00:00
Initial changes to template
This commit is contained in:
@@ -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,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: ''
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user