File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33VERSION=" 3.0"
4- SUBTEXT=" Setup Scripts For My HomelAB"
4+ SUBTEXT=" Setup Scripts For A HomelAB"
55
66cat << EOF
77 ____
You can’t perform that action at this time.
0 commit comments