We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b09c83 commit 108e05eCopy full SHA for 108e05e
.github/workflows/build.yml
@@ -21,18 +21,15 @@ jobs:
21
uses: actions/checkout@v4
22
with:
23
repository: NumyAddon/NumyConfig
24
-# path: 'Config'
+ path: 'Config'
25
sparse-checkout: 'Config'
26
sparse-checkout-cone-mode: false
27
28
- - name: debug
29
- run: |
30
- pwd
31
- ls -la
32
- ls -la ./Config
33
-
34
- name: Namespace config addon placeholders
35
- uses: emptyrivers/[email protected]
+ run: |
+ mv Config/Config/* Config
+ grep -rl ${{ inputs.pattern }} ${{ inputs.path }}/*.{xml,lua} | xargs sed -i "s/${{ inputs.pattern }}/${{ inputs.name }}/g"
+ shell: bash
36
37
path: ./Config
38
name: MythicPlusTweaks
0 commit comments