mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Compare commits
4 Commits
bf006ecdf8
...
7f5a932586
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f5a932586 | ||
|
|
511b1b7265 | ||
|
|
88d8f8acab | ||
|
|
0374d9c532 |
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -166,7 +166,7 @@ jobs:
|
||||
|
||||
- name: Create New Pull Request If Needed
|
||||
if: steps.changed.outputs.changed == 'true'
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
uses: peter-evans/create-pull-request@v8
|
||||
with:
|
||||
title: "Github bot: fix linting issues nobuild"
|
||||
commit-message: "fix: auto-fix linting issues"
|
||||
|
||||
2
.github/workflows/onpr_check-pr.yaml
vendored
2
.github/workflows/onpr_check-pr.yaml
vendored
@@ -121,7 +121,7 @@ jobs:
|
||||
path: "./${{ matrix.addon }}/"
|
||||
|
||||
- name: 🗄️ Cache docker layers
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: /tmp/buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ matrix.addon }}-${{ hashFiles('**/Dockerfile') }}
|
||||
|
||||
Reference in New Issue
Block a user