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: runs:
using: "composite" using: "composite"
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
fetch-tags: true fetch-tags: true
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Discover all skins - name: Discover all skins
id: discover_all id: discover_all