Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a332e4

Browse files
committed
Modify CI
1 parentadf5910 commit0a332e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/wrap.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
# Detect changed files
4949
-name:Detect changed files
50-
run:echo "CHANGED_FILES=$(git diff --name-only ${{ github.event.before }}..${{ github.event.after }} | tr '\n' ' ')" >> $GITHUB_ENV
50+
run:echo "CHANGED_FILES=$(git diff --name-only ${{ github.event.pull_request.before }}..${{ github.event.pull_request.after }} | tr '\n' ' ')" >> $GITHUB_ENV
5151

5252
# Wrap changed files
5353
-name:Wrap

‎library/stdtypes.po‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020
#:library/stdtypes.rst:8
2121
msgid"Built-in Types"
2222
msgstr""
23-
"TEST TEST"
23+
"TEST TEST TEST"
2424

2525

2626
#:library/stdtypes.rst:10

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp