chore(fieldmate): Trigger rebuild from new fieldmate release (#1)

This commit is contained in:
Digikwal 2025-06-26 23:11:04 +02:00 committed by GitHub
parent a4b9b202de
commit 2c6cb26747
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -1 +1 @@
init
1750971957

View file

@ -15,6 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Enable auto-merge or fallback merge
env:
GH_TOKEN: ${{ secrets.GH_RELEASE_PAT }}