Update .github/workflows/label-stats.yml

Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
This commit is contained in:
Isaac Marovitz 2023-07-28 16:26:52 -04:00 committed by GitHub
parent 8715ab4687
commit cb9d84ed8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |