We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601230f commit 52e9b0fCopy full SHA for 52e9b0f
.github/workflows/process-pull-request.yml
@@ -46,5 +46,5 @@ jobs:
46
echo "pull_request = ${{ github.ref }}"
47
echo "requestor = ${{ github.actor }}"
48
cd ${{ github.workspace }}
49
- /usr/bin/python3 .github/workflows/process-git-request.py ${{ github.run_id }} ${{ github.base_ref }} \
+ /usr/bin/python3 -X utf-8 .github/workflows/process-git-request.py ${{ github.run_id }} ${{ github.base_ref }} \
50
${{ github.head_ref }} ${{ github.workspace }} ${{ github.ref }} ${{ github.actor }}
0 commit comments