wth
All checks were successful
Update Community Skins README / gather-skins (push) Successful in 10s
Update Community Skins README / generate-readme (push) Successful in 2s
Update Community Skins README / commit-readme (push) Successful in 2s

This commit is contained in:
2025-06-25 14:19:43 +02:00
parent 7b049a4144
commit 84eb1a1c1a

View File

@@ -102,7 +102,7 @@ jobs:
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: skin-tables name: skin-tables
path: $ARTIFACT_PATH path: /data
generate-readme: generate-readme:
needs: gather-skins needs: gather-skins
@@ -118,7 +118,7 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: skin-tables name: skin-tables
path: $ARTIFACT_PATH path: /data
- id: checkout-code - id: checkout-code
name: Checkout Repository name: Checkout Repository