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

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) {