Skip to content

Commit 24df44a

Browse files
committed
chore: action file fixes
1 parent d2c2875 commit 24df44a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
- name: Get New Tag
1414
id: autoversion
1515
uses: ietf-tools/semver-action@v1
1616
with:
17-
token: ${{ secrets.GITHUB_TOKEN }}
17+
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
1818
branch: main
1919
skipInvalidTags: true
2020
noVersionBumpBehavior: patch

infra/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ services:
4343
volumes:
4444
- /run/udev:/run/udev:ro
4545
environment:
46-
COLLECTOR_API_ENDPOINT: 'http://scrutiny_web:8081'
47-
COLLECTOR_HOST_ID: 'HomeLab'
46+
COLLECTOR_API_ENDPOINT: "http://scrutiny_web:8081"
47+
COLLECTOR_HOST_ID: "HomeLab"
4848
COLLECTOR_RUN_STARTUP: true
4949
depends_on:
5050
scrutiny_web:
@@ -79,7 +79,7 @@ services:
7979
environment:
8080
PUID: 1000
8181
PGID: 1000
82-
HOMEPAGE_ALLOWED_HOSTS: '*'
82+
HOMEPAGE_ALLOWED_HOSTS: "*"
8383
ports:
8484
- 3000:3000
8585
volumes:

logo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
VERSION="3.0"
4-
SUBTEXT="Setup Scripts For My HomelAB"
4+
SUBTEXT="Setup Scripts For A HomelAB"
55

66
cat << EOF
77
____

0 commit comments

Comments
 (0)