Skip to content

Commit 5246a11

Browse files
author
KocsisV
committed
EAVPD-66 remove commented out code
1 parent 8a4c86c commit 5246a11

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,6 @@ runs:
163163
$msg | Out-File -FilePath '${{ runner.temp }}/pr_comment.txt'
164164
echo $msg
165165
166-
#- name: Extract branch name
167-
# if: ${{ inputs.comment_on_pr == 'true' }}
168-
# shell: bash
169-
# run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
170-
# id: extract_branch
171-
172166
- name: Find Pull Request
173167
if: ${{ inputs.comment_on_pr == 'true' }}
174168
uses: juliangruber/find-pull-request-action@v1

0 commit comments

Comments
 (0)