Skip to content

Commit 9dcc077

Browse files
committed
Add branch parameter, fix links
1 parent 86661e2 commit 9dcc077

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# online-judge-tools/verification-helper
22

3-
[![Actions Status](https://github.com/online-judge-tools/verification-helper/actions/workflows/verify.yml/badge.svg)](https://github.com/kmyk/online-judge-verify-helper/actions)
3+
[![Actions Status](https://github.com/online-judge-tools/verification-helper/actions/workflows/verify.yml/badge.svg?branch=master)](https://github.com/online-judge-tools/verification-helper/actions/workflows/verify.yml?query=branch%3Amaster)
44
[![GitHub Pages](https://img.shields.io/static/v1?label=GitHub+Pages&message=+&color=brightgreen&logo=github)](https://online-judge-tools.github.io/verification-helper/)
55
[![PyPI](https://img.shields.io/pypi/v/online-judge-verify-helper)](https://pypi.org/project/online-judge-verify-helper/)
66
[![LICENSE](https://img.shields.io/pypi/l/online-judge-verify-helper.svg)](https://github.com/online-judge-tools/verification-helper/blob/master/LICENSE)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# online-judge-tools/verification-helper
22

3-
[![Actions Status](https://github.com/online-judge-tools/verification-helper/actions/workflows/verify.yml/badge.svg)](https://github.com/kmyk/online-judge-verify-helper/actions)
3+
[![Actions Status](https://github.com/online-judge-tools/verification-helper/actions/workflows/verify.yml/badge.svg?branch=master)](https://github.com/online-judge-tools/verification-helper/actions/workflows/verify.yml?query=branch%3Amaster)
44
[![GitHub Pages](https://img.shields.io/static/v1?label=GitHub+Pages&message=+&color=brightgreen&logo=github)](https://online-judge-tools.github.io/verification-helper/)
55
[![PyPI](https://img.shields.io/pypi/v/online-judge-verify-helper)](https://pypi.org/project/online-judge-verify-helper/)
66
[![LICENSE](https://img.shields.io/pypi/l/online-judge-verify-helper.svg)](https://github.com/online-judge-tools/verification-helper/blob/master/LICENSE)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<h1>{{ site.title }}</h1>
2-
<a href="{{ site.github.repository_url }}/actions"><img src="{{ site.github.repository_url }}/workflows/verify/badge.svg" /></a>
2+
<a href="{{ site.github.repository_url }}/actions"><img src="{{ site.github.repository_url }}/actions/workflows/verify.yml/badge.svg?branch=master" /></a>
33
<a href="{{ site.github.repository_url }}"><img src="https://img.shields.io/github/last-commit/{{ site.github.owner_name }}/{{ site.github.repository_name }}" /></a>

0 commit comments

Comments
 (0)