fix version

This commit is contained in:
pazpi 2026-01-08 13:36:44 +01:00
parent c64e61b443
commit fa82993b47

View file

@ -48,7 +48,7 @@ jobs:
- name: Create Pull Request - name: Create Pull Request
if: steps.changes.outputs.changed == 'true' if: steps.changes.outputs.changed == 'true'
uses: https://github.com/timherrm/forgejo-CreatePR@v1 uses: https://github.com/timherrm/forgejo-CreatePR@main
with: with:
api_url: ${{ forgejo.api_url }} api_url: ${{ forgejo.api_url }}
token: ${{ secrets.FORGEJO_TOKEN }} token: ${{ secrets.FORGEJO_TOKEN }}