File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 82
82
git commit -m "Wrap translations"
83
83
fi
84
84
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 }}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ msgstr ""
20
20
#: library/stdtypes.rst:8
21
21
msgid "Built-in Types"
22
22
msgstr ""
23
- "TEST TEST"
23
+ "TEST TEST TEST TEST "
24
24
25
25
#: library/stdtypes.rst:10
26
26
msgid ""
You can’t perform that action at this time.
0 commit comments