Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 69ad52d

Browse files
committed
名前の短縮
1 parent 220a73c commit 69ad52d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint, Test, and upload Coveradge with Gradle.
1+
name: Lint, Test, upload Coveradge.
22

33
on:
44
push:
@@ -26,4 +26,4 @@ jobs:
2626
- name: upload coverage
2727
uses: codecov/codecov-action@v1
2828
with:
29-
token: ${{ secrets.CODECOV_TOKEN }}
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)