Skip to content

Commit c7e4f48

Browse files
authored
remove trailing whitespace
1 parent ff82d6a commit c7e4f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lgtm-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: echo '${{ toJson(github.event) }}'
2222
- name: extract PR number
2323
run: |
24-
if [ "${{ github.event.issue.number }}" != "" ]; then
24+
if [ "${{ github.event.issue.number }}" != "" ]; then
2525
echo "PR_NUMBER=${{ github.event.issue.number }}" >> $GITHUB_ENV
2626
else
2727
echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)