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:
|
||||
- id: detect
|
||||
name: Detect version change + queue post work
|
||||
uses: ./.gitea/actions/with-post-step
|
||||
uses: ./with-post-step
|
||||
with:
|
||||
key: AUTOCHANGELOG
|
||||
#################### MAIN ####################
|
||||
|
Reference in New Issue
Block a user