Skip to content

Commit bf2ac04

Browse files
committed
Fix Build Badge url in README.md
1 parent b39d4c2 commit bf2ac04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This package provides an action for [Captain Hook](https://github.com/CaptainHookPhp/captainhook)
44
which will reject a push to a remote when configured commit Ids are found in the Git history.
55

6-
[![Build Status](https://travis-ci.org/bitExpert/captainhook-rejectpush.svg?branch=master)](https://travis-ci.org/bitExpert/captainhook-rejectpush)
6+
[![Build Status](https://github.com/bitExpert/captainhook-rejectpush/workflows/ci/badge.svg?branch=master)](https://github.com/bitExpert/captainhook-rejectpush/actions)
77
[![Coverage Status](https://coveralls.io/repos/github/bitExpert/captainhook-rejectpush/badge.svg?branch=master)](https://coveralls.io/github/bitExpert/captainhook-rejectpush?branch=master)
88

99
## Installation
@@ -55,4 +55,4 @@ Check out [the contributing guide](CONTRIBUTING.md) to find out how, as well as
5555

5656
## License
5757

58-
Captain Hook Reject Push Action is released under the Apache 2.0 license.
58+
Captain Hook Reject Push Action is released under the Apache 2.0 license.

0 commit comments

Comments
 (0)