Убрал ветку из параметров
This commit is contained in:
parent
0305da0b4b
commit
b76cc99613
@ -8,9 +8,6 @@ inputs:
|
||||
gitea-token:
|
||||
description: 'Gitea token token'
|
||||
required: true
|
||||
branch:
|
||||
description: 'Branch to test'
|
||||
required: true
|
||||
pull-id:
|
||||
description: 'Pull request id'
|
||||
required: true
|
||||
@ -20,4 +17,4 @@ runs:
|
||||
steps:
|
||||
- name: Start Teamcity tests
|
||||
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…
Reference in New Issue
Block a user