Skip to content

Commit 16bb6d3

Browse files
committed
squash
1 parent 9b0cb15 commit 16bb6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
echo "pull_request = ${{ github.ref }}"
4646
echo "requestor = ${{ github.actor }}"
4747
cd ${{ github.workspace }}
48-
/usr/bin/python3 -X utf-8 .github/workflows/process-git-request.py ${{ github.run_id }} ${{ github.base_ref }} \
49-
${{ github.ref }} ${{ github.workspace }} "ref/heads/${{ github.head_ref }}" ${{ github.actor }}
48+
/usr/bin/python3 -X utf-8 .github/workflows/process-git-request.py ${{ github.run_id }} ${{ github.ref }} \
49+
${{ github.head_ref }} ${{ github.workspace }} "ref/heads/${{ github.head_ref }}" ${{ github.actor }}

0 commit comments

Comments
 (0)