We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4c86c commit 5246a11Copy full SHA for 5246a11
1 file changed
action.yml
@@ -163,12 +163,6 @@ runs:
163
$msg | Out-File -FilePath '${{ runner.temp }}/pr_comment.txt'
164
echo $msg
165
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
-
172
- name: Find Pull Request
173
if: ${{ inputs.comment_on_pr == 'true' }}
174
uses: juliangruber/find-pull-request-action@v1
0 commit comments