mirror of
https://github.com/Ryujinx/Ryujinx-Games-List.git
synced 2024-12-22 14:55:33 +00:00
Remove string result-encoding
This commit is contained in:
parent
0855ceb943
commit
bc6526766b
3
.github/workflows/label-stats.yml
vendored
3
.github/workflows/label-stats.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue