fix: ensure 'name' parameter is included in the tag step of the code review workflow
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -10,6 +10,7 @@ jobs:
|
|||||||
- name: Tag develop on source branch
|
- name: Tag develop on source branch
|
||||||
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
|
uses: akkuman/gitea-release-action@${{ vars.ACTION_RELEASE_VERSION }}
|
||||||
with:
|
with:
|
||||||
|
name: develop
|
||||||
tag: develop
|
tag: develop
|
||||||
target: ${{ github.head_ref }}
|
target: ${{ github.head_ref }}
|
||||||
generate_release_notes: false
|
generate_release_notes: false
|
||||||
|
|||||||
Reference in New Issue
Block a user