fayland / perl-Dist-Zilla-Plugin-GitHubREADME-Badge

Dist::Zilla - add badges to github README.md
Other
6 stars 9 forks source link

Update GitHub actions badge path generation #47

Closed oalders closed 2 years ago

oalders commented 2 years ago

I'm not sure if this has changed recently, but according to https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge a badge should look something like

![example workflow](https://github.com/<OWNER>/<REPOSITORY>/actions/workflows/<WORKFLOW_FILE>/badge.svg)

What I'm seeing generated for https://github.com/oalders/App-perlvars is:

[![Actions Status](https://github.com/oalders/App-perlvars/workflows/dzil-build-and-test/badge.svg)](https://github.com/oalders/App-perlvars/actions)

Actions Status

I believe it should actually be:

![Actions Status](https://github.com/oalders/App-perlvars/actions/workflows/dzil-build-and-test.yml/badge.svg)

Actions Status

fayland commented 2 years ago

released. Thanks