mirror of
https://github.com/Ryujinx/Ryujinx-Games-List.git
synced 2026-09-02 02:54:54 +00:00
Formatting
This commit is contained in:
parent
2636db0f19
commit
6ba35984a1
5
.github/workflows/label-stats.yml
vendored
5
.github/workflows/label-stats.yml
vendored
|
|
@ -1,8 +1,10 @@
|
|||
name: Generate label stats
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
stats:
|
||||
name: Generate label stats
|
||||
|
|
@ -12,6 +14,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Query stats
|
||||
uses: actions/github-script@v6
|
||||
id: stats
|
||||
|
|
@ -46,8 +49,10 @@ jobs:
|
|||
|
||||
const string = JSON.stringify(formattedData, null, 2).replaceAll('\"', '\\"');
|
||||
return string;
|
||||
|
||||
- name: Write stats
|
||||
run: echo "${{steps.stats.outputs.result}}" > compat-stats.json
|
||||
|
||||
- name: Commit stats
|
||||
run: |
|
||||
git config user.name github-actions
|
||||
|
|
|
|||
Loading…
Reference in a new issue