Skip to content

Commit

Permalink
Update label-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
localden committed Aug 1, 2024
1 parent de3f221 commit 707e368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
labelsToAdd.push('scenario:ManagedIdentity');
}
return JSON.stringify(labelsToAdd);
return labelsToAdd;
- name: Add labels to the issue
uses: actions/github-script@v7
Expand Down

0 comments on commit 707e368

Please sign in to comment.