Skip to content

Commit 0f3023f

Browse files
committed
2 parents 2d41d37 + d6ffdf8 commit 0f3023f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/wrap.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ "**" ]
66

77
jobs:
8-
test:
8+
wrap:
99
runs-on: ubuntu-latest
1010

1111
strategy:
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020
with:
2121
fetch-depth: 0
22+
ref: ${{ github.event.pull_request.head.ref }}
2223

2324
# Setup which version of Python to use
2425
- name: Set Up Python ${{ matrix.python-version }}

library/stdtypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgstr ""
1919

2020
#: library/stdtypes.rst:8
2121
msgid "Built-in Types"
22-
msgstr ""
22+
msgstr "TEST TEST"
2323

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

0 commit comments

Comments
 (0)