Skip to content

Commit 2c90816

Browse files
Add result-encoding to label-community-issues.yml
1 parent e240749 commit 2c90816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/label-community-issues.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/github-script@v7
1818
with:
1919
github-token: ${{ secrets.ORG_MEMBER_READ_TOKEN }}
20+
result-encoding: string
2021
script: |
2122
const issueAuthor = '${{ github.event.issue.user.login }}';
2223
const orgName = 'elastic';
@@ -55,4 +56,4 @@ jobs:
5556
labels: ['community']
5657
});
5758
58-
console.log(`Added "community" label to issue by ${issueAuthor}`);
59+
console.log(`Added "community" label to issue by ${issueAuthor}`);

0 commit comments

Comments
 (0)