Commit 496829c
authored
chore(ci): Fixes release path double-escaping (#1939)
- This is already escaped (as evidenced by the existing calls to
fromJSON elsewhere)
- from [the
doc](https://github.com/googleapis/release-please-action?tab=readme-ov-file#outputs):
> `paths_released`: A JSON string of the array of paths that had
releases created ([] if )
### Proposed Changes
*
### Checklist
- [ ] I have added or updated unit tests
- [ ] I have added or updated integration tests (if appropriate)
- [ ] I have added or updated documentation
### Testing Instructions1 parent 53fa8ab commit 496829c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments