Update .gitea/actions/discover-skins/action.yml
This commit is contained in:
@@ -22,11 +22,14 @@ outputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout caller repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
repository: ${{ github.repository }}
|
||||||
|
ref: ${{ github.ref }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
|
path: .
|
||||||
|
|
||||||
- name: Discover all skins
|
- name: Discover all skins
|
||||||
id: discover_all
|
id: discover_all
|
||||||
|
|||||||
Reference in New Issue
Block a user