Skip to content

Commit 323297f

Browse files
committed
chore: lf
1 parent 99ff79a commit 323297f

2 files changed

Lines changed: 27 additions & 20 deletions

File tree

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# We'll let Git's auto-detection algorithm infer if a file is text. If it is,
2+
# enforce LF line endings regardless of OS or git configurations.
3+
* text=auto eol=lf
4+
5+
# Isolate binary files in case the auto-detection algorithm fails and
6+
# marks them as text files (which could brick them).
7+
*.{png,jpg,jpeg,gif,webp,woff,woff2} binary
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
name: dispatch downstream
2-
3-
on:
4-
push:
5-
branches:
6-
- "master"
7-
workflow_dispatch:
8-
9-
jobs:
10-
dispatch_maafw:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- name: Trigger MaaFramework
14-
uses: peter-evans/repository-dispatch@v4
15-
with:
16-
token: ${{ secrets.MAAFRAMEWORKTRIGGER }}
17-
repository: MaaXYZ/MaaFramework
18-
event-type: MaaUtilsUpdated
19-
20-
1+
name: dispatch downstream
2+
3+
on:
4+
push:
5+
branches:
6+
- "master"
7+
workflow_dispatch:
8+
9+
jobs:
10+
dispatch_maafw:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Trigger MaaFramework
14+
uses: peter-evans/repository-dispatch@v4
15+
with:
16+
token: ${{ secrets.MAAFRAMEWORKTRIGGER }}
17+
repository: MaaXYZ/MaaFramework
18+
event-type: MaaUtilsUpdated
19+
20+

0 commit comments

Comments
 (0)