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:
2025-07-04 11:35:10 +02:00
parent 5771982931
commit 30f83b08ee
3 changed files with 1 additions and 1 deletions

View File

@@ -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 ####################