Update .gitea/actions/discover-skins/action.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user