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 }}