Commit dbd0f7a
committed
fix(deploy): no need for quoting around
Not sur why I added some quotes around the newly introduced
`filename_pattern` input, as we don't quote any of the other input
values.
This led to a bug of double single quotes, thus the default pattern
for the GH action to be the litteral `'{slug}-api'` (with the single
quotes).
Sorry for that!filename_pattern input val1 parent 590e36a commit dbd0f7a
2 files changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
44 | 41 | | |
45 | 42 | | |
46 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments