From b76cc9961332b052dcb4f512012643c5b677ab9c Mon Sep 17 00:00:00 2001 From: achi Date: Thu, 24 Oct 2024 10:05:41 +1000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=82=D0=BA=D1=83=20=D0=B8=D0=B7=20=D0=BF=D0=B0=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=B5=D1=82=D1=80=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 498f589..02ab157 100644 --- a/action.yml +++ b/action.yml @@ -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 }}