Skip to content

Commit

Permalink
Remove integration tests in test command
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnie57 committed Dec 2, 2024
1 parent c8c2d16 commit 1f0d8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const issueNumbers = ${{env.issue_numbers}}.split(' ');
const issueNumbers = ${{env.issue_numbers}}.split(',');
echo `Issue numbers are ${issueNumbers}`;
if (issueNumbers.length === 0) {
core.setFailed("No issue numbers found in PR description.");
Expand Down

0 comments on commit 1f0d8fc

Please sign in to comment.