Skip to content

Commit

Permalink
EAVPD-66 remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
KocsisV committed Aug 18, 2023
1 parent 8a4c86c commit 5246a11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5246a11

Please sign in to comment.