diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cdbec4..a4516ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: - master - develop pull_request: -name: Build check +name: Build jobs: build: name: Build on ${{ matrix.platform }} / Node.js v${{ matrix.nodejs }} diff --git a/README.md b/README.md index 09d8c97..03e6e92 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Install SSH key -[![Build check][image-build-check]][link-build-check] +[![Build][image-build]][link-build] [![Release][image-release]][link-release] [![License][image-license]][link-license] @@ -37,8 +37,8 @@ The scripts and documentation in this project are released under the [MIT Licens See [CHANGELOG.md](CHANGELOG.md). -[image-build-check]: https://github.com/shimataro/ssh-key-action/workflows/Build%20check/badge.svg -[link-build-check]: https://github.com/shimataro/ssh-key-action +[image-build]: https://github.com/shimataro/ssh-key-action/workflows/Build/badge.svg +[link-build]: https://github.com/shimataro/ssh-key-action [image-release]: https://img.shields.io/github/release/shimataro/ssh-key-action.svg [link-release]: https://github.com/shimataro/ssh-key-action/releases [image-license]: https://img.shields.io/github/license/shimataro/ssh-key-action.svg