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

This commit is contained in:
2025-11-22 22:48:28 +01:00
parent 64ed985e39
commit a33b7ea8f1

View File

@@ -22,11 +22,14 @@ outputs:
runs:
using: "composite"
steps:
- name: Checkout repository
- name: Checkout caller repository
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
fetch-depth: 0
fetch-tags: true
path: .
- name: Discover all skins
id: discover_all