Skip to content

Commit

Permalink
Fix column id
Browse files Browse the repository at this point in the history
  • Loading branch information
ipdae authored Jan 9, 2025
1 parent 155eab9 commit e1364c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
}
const columnId = projectCard.column_id;
// Replace with your actual column ID for "QA"
const qaColumnId = "your_QA_column_id";
const qaColumnId = "e449b8e2";
return columnId === qaColumnId;
Expand Down

0 comments on commit e1364c2

Please sign in to comment.