mirror of
https://github.com/Ryujinx/Ryujinx-Games-List.git
synced 2025-09-08 11:06:49 +00:00
Update .github/workflows/label-stats.yml
Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
This commit is contained in:
parent
8715ab4687
commit
cb9d84ed8a
6
.github/workflows/label-stats.yml
vendored
6
.github/workflows/label-stats.yml
vendored
|
@ -50,7 +50,11 @@ jobs:
|
|||
return formattedData;
|
||||
|
||||
- name: Write stats
|
||||
run: echo "${{steps.stats.outputs.result}}" > compat-stats.json
|
||||
run: |
|
||||
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
|
||||
cat << $EOF > compat-stats.json
|
||||
${{steps.stats.outputs.result}}
|
||||
$EOF
|
||||
|
||||
- name: Commit stats
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue