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

This commit is contained in:
2025-11-22 22:44:37 +01:00
parent bdbe58befc
commit ef9c4410a7

View File

@@ -22,12 +22,12 @@ outputs:
runs:
using: "composite"
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
token: ${{ secrets.GITHUB_TOKEN }}
- 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