Skip to content

Commit

Permalink
fix: fix syntax error in auto-assign.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b authored Jan 6, 2024
1 parent bc71a29 commit e59d410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
const comment = context.payload.comment;
const issue = context.issue;
const owner = "keyshade-xyz";
const repo = "keyshade
const repo = "keyshade"
if (comment.body.startsWith('/attempt')) {
if (!issue.assignee) {
Expand Down

0 comments on commit e59d410

Please sign in to comment.