We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e9b0f commit 06ae0bdCopy full SHA for 06ae0bd
.github/workflows/process-pull-request.yml
@@ -46,5 +46,6 @@ jobs:
46
echo "pull_request = ${{ github.ref }}"
47
echo "requestor = ${{ github.actor }}"
48
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 }} "
50
/usr/bin/python3 -X utf-8 .github/workflows/process-git-request.py ${{ github.run_id }} ${{ github.base_ref }} \
51
${{ github.head_ref }} ${{ github.workspace }} ${{ github.ref }} ${{ github.actor }}
0 commit comments