Skip to content

Commit 06ae0bd

Browse files
committed
Debug to echo python3 command
1 parent 52e9b0f commit 06ae0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)