We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff82d6a commit c7e4f48Copy full SHA for c7e4f48
.github/workflows/lgtm-approval.yml
@@ -21,7 +21,7 @@ jobs:
21
run: echo '${{ toJson(github.event) }}'
22
- name: extract PR number
23
run: |
24
- if [ "${{ github.event.issue.number }}" != "" ]; then
+ if [ "${{ github.event.issue.number }}" != "" ]; then
25
echo "PR_NUMBER=${{ github.event.issue.number }}" >> $GITHUB_ENV
26
else
27
echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_ENV
0 commit comments