Compare commits

..

5 commits
889810 ... main

Author SHA1 Message Date
e9096af0a3
chore: remove unnecessary python action
All checks were successful
/ build (push) Successful in 5m39s
/ check-changes (push) Successful in 7s
2025-03-28 12:27:24 +01:00
1b559f08dd
chore: Add GH_TOKEN to workflow
All checks were successful
/ build (push) Successful in 3m32s
/ check-changes (push) Successful in 7s
2025-03-28 12:23:12 +01:00
afdafa9dc3
chore: Remove packageManager from package.json
Some checks failed
/ check-changes (push) Successful in 52s
/ build (push) Failing after 55s
2025-03-28 12:17:39 +01:00
6eabaf6fa9 Merge pull request 'chore(deps): update actions/forgejo-release action to v2.5.3' (#48) from renovate/actions-forgejo-release-2.x into main
All checks were successful
/ build (push) Successful in 3m48s
/ check-changes (push) Successful in 8s
Reviewed-on: #48
2025-03-28 10:34:12 +00:00
Ticktock Depbot
aae9848697 chore(deps): update actions/forgejo-release action to v2.5.3
All checks were successful
/ check-changes (pull_request) Successful in 7s
/ build (pull_request) Successful in 3m36s
2025-03-28 10:26:19 +00:00
2 changed files with 3 additions and 6 deletions

View file

@ -39,6 +39,7 @@ jobs:
submodules: recursive
- uses: actions/setup-node@v4
with:
token: ${{ secrets.GH_TOKEN }}
node-version: lts/*
cache: yarn
cache-dependency-path: '**/yarn.lock'
@ -49,9 +50,6 @@ jobs:
~/node_modules
~/.cache/ms-playwright
key: ${{ runner.os }}-pio-playwright-${{ hashFiles('**/yarn.lock') }}
- uses: actions/setup-python@v5
with:
python-version: '>=3.10'
- name: Get current date
id: dateAndTime
run: echo "dateAndTime=$(date +'%Y-%m-%d-%H:%M')" >> $GITHUB_OUTPUT
@ -120,7 +118,7 @@ jobs:
output/littlefs.bin
- name: Create release
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: https://code.forgejo.org/actions/forgejo-release@v2.5.1
uses: https://code.forgejo.org/actions/forgejo-release@v2.5.3
with:
url: 'https://git.btclock.dev/'
repo: '${{ github.repository }}'

View file

@ -69,6 +69,5 @@
"es5-ext": ">=0.10.64",
"ws": ">=8.18.0",
"micromatch": ">=4.0.8"
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
}