Убрал ветку из параметров
This commit is contained in:
parent
0305da0b4b
commit
b76cc99613
@ -8,9 +8,6 @@ inputs:
|
|||||||
gitea-token:
|
gitea-token:
|
||||||
description: 'Gitea token token'
|
description: 'Gitea token token'
|
||||||
required: true
|
required: true
|
||||||
branch:
|
|
||||||
description: 'Branch to test'
|
|
||||||
required: true
|
|
||||||
pull-id:
|
pull-id:
|
||||||
description: 'Pull request id'
|
description: 'Pull request id'
|
||||||
required: true
|
required: true
|
||||||
@ -20,4 +17,4 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Start Teamcity tests
|
- name: Start Teamcity tests
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: ${{ gitea.action_path }}/Handle-PullRequestComment.ps1 -teamCityToken ${{ inputs.teamcity-token }} -giteaToken ${{ inputs.gitea-token }} -branch ${{ inputs.branch }} -pullId ${{ inputs.pull-id }}
|
run: ${{ gitea.action_path }}/Handle-PullRequestComment.ps1 -teamCityToken ${{ inputs.teamcity-token }} -giteaToken ${{ inputs.gitea-token }} -pullId ${{ inputs.pull-id }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user