Formatting fixes

This commit is contained in:
Chris Titus Tech
2024-09-23 12:55:43 -05:00
parent fd2ac35228
commit 0703935bfb
3 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ jobs:
else
gh issue close $ISSUE_NUMBER --repo ${{ github.repository }}
fi
- name: Reopen issue if conditions are met
if: env.reopen_command == 'true' && env.user == 'true'
env:
@ -70,4 +70,4 @@ jobs:
ISSUE_NUMBER: ${{ github.event.issue.number }}
run: |
echo Reopening the issue...
gh issue reopen $ISSUE_NUMBER --repo ${{ github.repository }}
gh issue reopen $ISSUE_NUMBER --repo ${{ github.repository }}