Skip to content

Commit

Permalink
Update check-issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bikrantjajware authored Oct 27, 2023
1 parent b8dbc66 commit 1d83f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Update issue if author has issues
if: steps.check-assignee.outputs.has_issues == 'true'
run: |
OLD_BODY=${{ github.event.issue.body }}
OLD_BODY="${{ github.event.issue.body }}"
ISSUE_AUTHOR=${{ github.event.issue.user.login }}
ISSUE_NUMBER=${{ github.event.issue.number }}
ISSUE_URL="https://github.com/$GITHUB_REPOSITORY/issues/$ISSUE_NUMBER"
Expand Down

0 comments on commit 1d83f34

Please sign in to comment.