Skip to content

Commit affe99b

Browse files
committed
Test
1 parent 25fe60c commit affe99b

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.github/workflows/wrap.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,13 @@ jobs:
8282
git commit -m "Wrap translations"
8383
fi
8484
85-
# Push changes
86-
- name: Push changes
87-
uses: ad-m/github-push-action@master
88-
with:
89-
github_token: ${{ secrets.GITHUB_TOKEN }}
90-
branch: ${{ github.event.pull_request.head.ref }}
85+
# Display changed files
86+
- name: Display changed files
87+
run: echo ${WRAPPED}
88+
89+
# # Push changes
90+
# - name: Push changes
91+
# uses: ad-m/github-push-action@master
92+
# with:
93+
# github_token: ${{ secrets.GITHUB_TOKEN }}
94+
# branch: ${{ github.event.pull_request.head.ref }}

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

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

0 commit comments

Comments
 (0)