fix: template mark must use pre-rename path, move before rename
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
- "src/**"
|
- "src/**"
|
||||||
- "src/.*"
|
- "src/.*"
|
||||||
- "src/.*/**"
|
- "src/.*/**"
|
||||||
- rename:
|
|
||||||
- "^src/(.*)$": "$1"
|
|
||||||
- template:
|
- template:
|
||||||
- ".github/workflows/release.yaml"
|
- "src/.github/workflows/release.yaml"
|
||||||
- template-vars:
|
- template-vars:
|
||||||
GH_APP_ID_VAR: CHRISTMAS_ISLAND_APP_ID
|
GH_APP_ID_VAR: CHRISTMAS_ISLAND_APP_ID
|
||||||
GH_APP_KEY_SECRET: CHRISTMAS_ISLAND_PRIVATE_KEY
|
GH_APP_KEY_SECRET: CHRISTMAS_ISLAND_PRIVATE_KEY
|
||||||
GH_APP_OWNER: christmas-island
|
GH_APP_OWNER: christmas-island
|
||||||
|
- rename:
|
||||||
|
- "^src/(.*)$": "$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user