Remove string result-encoding

This commit is contained in:
TSR Berry 2023-09-20 18:20:33 +02:00
parent 0855ceb943
commit bc6526766b
No known key found for this signature in database
GPG Key ID: 52353C0A4CCA15E2
1 changed files with 1 additions and 2 deletions

View File

@ -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) {
@ -50,7 +49,7 @@ jobs:
});
console.log(formattedData);
return formattedData;
- name: Write stats