fix(workflows): remove redundant tag fallback in sync job
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 3s
Auto Changelog & Release / release (push) Has been skipped
Auto Changelog & Release / changelog-only (push) Successful in 7s
CI / build (push) Successful in 16s

This commit is contained in:
2025-05-27 15:10:05 +02:00
parent 4a06bc67ea
commit 5686940fe2

View File

@@ -21,7 +21,7 @@ jobs:
gitea_url: https://git.0xmax42.io gitea_url: https://git.0xmax42.io
gitea_owner: maxp gitea_owner: maxp
gitea_repo: http-kernel gitea_repo: http-kernel
tag_name: ${{ inputs.tag || github.event.release.tag_name }} tag_name: ${{ github.event.release.tag_name }}
github_token: ${{ secrets.SYNC_GITHUB_TOKEN }} github_token: ${{ secrets.SYNC_GITHUB_TOKEN }}
github_owner: 0xMax42 github_owner: 0xMax42
github_repo: http-kernel github_repo: http-kernel