Commit 94458d6
authored
Fix GitHub Actions status badge URL in README (#117)
The status badge was using an outdated URL format that no longer
resolves correctly.
- Updated badge URL from `/workflows/{workflow-name}/` to
`/actions/workflows/{filename}/` format
- Added link wrapper to make badge clickable (navigates to workflow
page)
```markdown
[](https://github.com/mvdbos/php-spider/actions/workflows/php.yml)
```
<!-- START COPILOT CODING AGENT SUFFIX -->
<details>
<summary>Original prompt</summary>
>
> ----
>
> *This section details on the original issue you should resolve*
>
> <issue_title>Fix the status badge on the README</issue_title>
> <issue_description>Fix the status badge on the README, and base it on
latest master run of Github Actions for this repo</issue_description>
>
> ## Comments on the Issue (you are @copilot in this section)
>
> <comments>
> </comments>
>
</details>
- Fixes #116
<!-- START COPILOT CODING AGENT TIPS -->
---
💬 We'd love your input! Share your thoughts on Copilot coding agent in
our [2 minute survey](https://gh.io/copilot-coding-agent-survey).1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments