refactor(actions): simplify action path structure
- Relocates action files to a flat directory structure - Updates references to the new paths for better organization
This commit is contained in:
@@ -19,7 +19,7 @@ runs:
|
|||||||
steps:
|
steps:
|
||||||
- id: detect
|
- id: detect
|
||||||
name: Detect version change + queue post work
|
name: Detect version change + queue post work
|
||||||
uses: ./.gitea/actions/with-post-step
|
uses: ./with-post-step
|
||||||
with:
|
with:
|
||||||
key: AUTOCHANGELOG
|
key: AUTOCHANGELOG
|
||||||
#################### MAIN ####################
|
#################### MAIN ####################
|
||||||
|
Reference in New Issue
Block a user