Commit 06b58a5
committed
bug #1018 fix: wrong recipe history URL format (meyerbaptiste)
This PR was merged into the 1.x branch.
Discussion
----------
fix: wrong recipe history URL format
According to the GitHub [documentation](https://docs.github.com/en/rest/commits/commits), the format of the `since` query parameter should be `YYYY-MM-DDTHH:MM:SSZ`.
<details>
<summary>Preview</summary>
### Before
<img width="500" alt="Capture d’écran 2024-03-01 à 20 10 36" src="https://github.com/symfony/flex/assets/4034907/92052dda-6f65-4804-9fae-0daa33c26989">
### After
<img width="500" alt="Capture d’écran 2024-03-01 à 20 11 00" src="https://github.com/symfony/flex/assets/4034907/5caa6261-be90-44ed-b203-66e447f31e7b">
</details>
Commits
-------
57ac7d3 fix: wrong recipe history URL format1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
230 | 234 | | |
231 | 235 | | |
232 | 236 | | |
| |||
0 commit comments