Skip to content

Commit

Permalink
Update workflow example and readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FletcherAU committed May 2, 2023
1 parent 638eb2b commit 2e43278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ This will generate `<set name>-icons.json` which you can then copy to your Home
* Reference the file either in `configuration.yaml` or a lovelace config

`configuration.yaml`
```
```yaml
frontend:
extra_module_url:
- /local/af-icons.js
```
lovelace
```
```yaml
resources:
- type: js
url: /local/af-icons.js
Expand Down
2 changes: 1 addition & 1 deletion example_workflow.yaml → example_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
repository: Perth-Artifactory/ha-icon-generator
path: generator
ref: v0.1
ref: v0.2
- uses: actions/setup-python@v4
with:
python-version: '3.x'
Expand Down

0 comments on commit 2e43278

Please sign in to comment.