Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 12733e0

Browse files
committed
rename readme
1 parent 49f5dee commit 12733e0

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/build-commit.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ name: build-commit
55
on:
66
push:
77
paths-ignore:
8-
- "readme.md"
8+
- "README.md"
99
- "LICENSE"
1010
- ".gitignore"
1111
- "changelog.md"
1212
- ".editorconfig"
1313
- "src/*/resources/lang/*"
1414
pull_request:
1515
paths-ignore:
16-
- "readme.md"
16+
- "README.md"
1717
- "LICENSE"
1818
- ".gitignore"
1919
- "changelog.md"
@@ -51,5 +51,4 @@ jobs:
5151
- uses: funnyboy-roks/[email protected]
5252
with:
5353
auth-token: ${{ secrets.MODRINTH_API_KEY }}
54-
readme: "https://raw.githubusercontent.com/btwonion/skylper/master/readme.md"
5554
slug: 'skylper'

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ jobs:
4040
- uses: funnyboy-roks/[email protected]
4141
with:
4242
auth-token: ${{ secrets.MODRINTH_API_KEY }}
43-
readme: "https://raw.githubusercontent.com/btwonion/skylper/master/readme.md"
4443
slug: 'skylper'

readme.md renamed to README.md

File renamed without changes.

0 commit comments

Comments
 (0)