Update .gitea/actions/discover-skins/action.yml

This commit is contained in:
2025-11-22 22:43:33 +01:00
parent 4b1e48904e
commit bdbe58befc

View File

@@ -22,6 +22,13 @@ outputs:
runs:
using: "composite"
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Discover all skins
id: discover_all
shell: bash