mirror of
https://github.com/Ryujinx/Ryujinx-Games-List.git
synced 2024-12-23 01:15:27 +00:00
Remove string result-encoding
This commit is contained in:
parent
0855ceb943
commit
bc6526766b
1
.github/workflows/label-stats.yml
vendored
1
.github/workflows/label-stats.yml
vendored
|
@ -21,7 +21,6 @@ jobs:
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
id: stats
|
id: stats
|
||||||
with:
|
with:
|
||||||
result-encoding: string
|
|
||||||
script: |
|
script: |
|
||||||
const query = `query($owner: String!, $name: String!) {
|
const query = `query($owner: String!, $name: String!) {
|
||||||
repository(owner: $owner, name: $name) {
|
repository(owner: $owner, name: $name) {
|
||||||
|
|
Loading…
Reference in a new issue