Skip to content

Commit 52e9b0f

Browse files
committed
Force utf-8 - locale does not work
1 parent 601230f commit 52e9b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/process-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
echo "pull_request = ${{ github.ref }}"
4747
echo "requestor = ${{ github.actor }}"
4848
cd ${{ github.workspace }}
49-
/usr/bin/python3 .github/workflows/process-git-request.py ${{ github.run_id }} ${{ github.base_ref }} \
49+
/usr/bin/python3 -X utf-8 .github/workflows/process-git-request.py ${{ github.run_id }} ${{ github.base_ref }} \
5050
${{ github.head_ref }} ${{ github.workspace }} ${{ github.ref }} ${{ github.actor }}

0 commit comments

Comments
 (0)