Skip to content

Commit

Permalink
Merge pull request #6 from elstc/fixes-status-badge
Browse files Browse the repository at this point in the history
fixes Build status badge in README.
  • Loading branch information
nojimage authored Feb 10, 2023
2 parents ccabc19 + f157223 commit 37e7f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square">
</a>
<a href="https://github.com/elstc/cakephp-migration-manager/actions" target="_blank">
<img alt="Build Status" src="https://img.shields.io/github/workflow/status/elstc/cakephp-migration-manager/CakePHP%20Plugin%20CI?style=flat-square">
<img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/elstc/cakephp-migration-manager/ci.yml?style=flat-square">
</a>
<a href="https://codecov.io/gh/elstc/cakephp-migration-manager" target="_blank">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/elstc/cakephp-migration-manager.svg?style=flat-square">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square">
</a>
<a href="https://github.com/elstc/cakephp-migration-manager/actions" target="_blank">
<img alt="Build Status" src="https://img.shields.io/github/workflow/status/elstc/cakephp-migration-manager/CakePHP%20Plugin%20CI?style=flat-square">
<img alt="Build Status" src="https://img.shields.io/github/actions/workflow/status/elstc/cakephp-migration-manager/ci.yml?style=flat-square">
</a>
<a href="https://codecov.io/gh/elstc/cakephp-migration-manager" target="_blank">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/elstc/cakephp-migration-manager.svg?style=flat-square">
Expand Down

0 comments on commit 37e7f5c

Please sign in to comment.