Skip to content

Commit 49a77d4

Browse files
authored
Update sync-with-cpython.yml
1 parent 21fb459 commit 49a77d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sync-with-cpython.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
cpython_tag:
99
description: 'CPython tag to sync against (e.g. v3.14)'
1010
required: false
11-
default: 'v3.14'
11+
default: '3.14'
1212

1313
permissions:
1414
contents: write
@@ -22,7 +22,7 @@ jobs:
2222
sync:
2323
runs-on: ubuntu-latest
2424
env:
25-
CPYTHON_TAG: ${{ github.event.inputs.cpython_tag || 'v3.14' }}
25+
CPYTHON_TAG: ${{ github.event.inputs.cpython_tag || '3.14' }}
2626
steps:
2727
- name: Checkout translation repo
2828
uses: actions/checkout@v4
@@ -117,4 +117,4 @@ jobs:
117117
exit 0
118118
fi
119119
git commit -m "chore: sync msgids with CPython $CPYTHON_TAG"
120-
git push
120+
git push

0 commit comments

Comments
 (0)