Skip to content

Commit ed0a0d8

Browse files
committed
Test CI
1 parent 213eddc commit ed0a0d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wrap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
# Detect changed files
4242
- name: Detect changed files
4343
run: |
44-
cmd="(git diff --name-only ${{ github.event.before }}..${{ github.event.after }})"
45-
echo "CHANGED_FILES=$($cmd | tr '\n' [:space:])" >> $GITHUB_ENV
44+
cmd="CHANGED_FILES=$(git diff --name-only ${{ github.event.before }}..${{ github.event.after }})"
45+
echo "($cmd | tr '\n' [:space:])" >> $GITHUB_ENV
4646
4747
# Display changed files
4848
- name: Display changed files

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 TEST"
23+
"TEST TEST"
2424

2525
#: library/stdtypes.rst:10
2626
msgid ""

0 commit comments

Comments
 (0)