Skip to content

Commit 0a332e4

Browse files
committed
Modify CI
1 parent adf5910 commit 0a332e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wrap.yml

+1-1
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

+1-1
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)