fix(workflows): remove redundant tag fallback in sync job
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user