Skip to content

Commit

Permalink
Remove string result-encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
TSRBerry committed Sep 20, 2023
1 parent 0855ceb commit bc65267
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/label-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: actions/github-script@v6
id: stats
with:
result-encoding: string
script: |
const query = `query($owner: String!, $name: String!) {
repository(owner: $owner, name: $name) {
Expand Down Expand Up @@ -50,7 +49,7 @@ jobs:
});
console.log(formattedData);
return formattedData;
- name: Write stats
Expand Down

0 comments on commit bc65267

Please sign in to comment.