From 5246a11ccd9e912a6f28272642d86b37546145ed Mon Sep 17 00:00:00 2001 From: KocsisV Date: Fri, 18 Aug 2023 18:33:00 +0200 Subject: [PATCH] EAVPD-66 remove commented out code --- action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/action.yml b/action.yml index 4819076..918eb9d 100644 --- a/action.yml +++ b/action.yml @@ -163,12 +163,6 @@ runs: $msg | Out-File -FilePath '${{ runner.temp }}/pr_comment.txt' echo $msg - #- name: Extract branch name - # if: ${{ inputs.comment_on_pr == 'true' }} - # shell: bash - # run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" - # id: extract_branch - - name: Find Pull Request if: ${{ inputs.comment_on_pr == 'true' }} uses: juliangruber/find-pull-request-action@v1