Skip to content

Commit

Permalink
fix double/single quote issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eKathleenCarter committed Oct 28, 2024
1 parent 745d0c3 commit 76bc6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labe-predicate-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
g = Github('${{ secrets.GITHUB_TOKEN }}')
repo = g.get_repo('${{ github.repository }}')
if "issue" in github.event:
if 'issue' in github.event:
item = repo.get_issue(number=github.event.issue.number)
is_issue = True
else:
Expand Down

0 comments on commit 76bc6bb

Please sign in to comment.