fix: add revised migration
All checks were successful
Update changelog / changelog (push) Successful in 25s

This commit is contained in:
2025-12-11 22:37:24 +01:00
parent bade2f9b86
commit 3f225a1ecb
4 changed files with 40 additions and 13 deletions

View File

@@ -12,10 +12,11 @@ jobs:
runs-on: ubuntu-latest
container: docker.io/thegeeklab/git-sv:2.0.9
steps:
- name: install tools
- name: Install tools
run: |
apk add -q --update --no-cache nodejs
- uses: actions/checkout@v6
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-tags: true
fetch-depth: 0