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 9b0cb15 commit 16bb6d3Copy full SHA for 16bb6d3
.github/workflows/process-pull-request.yml
@@ -45,5 +45,5 @@ jobs:
45
echo "pull_request = ${{ github.ref }}"
46
echo "requestor = ${{ github.actor }}"
47
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 }}
+ /usr/bin/python3 -X utf-8 .github/workflows/process-git-request.py ${{ github.run_id }} ${{ github.ref }} \
+ ${{ github.head_ref }} ${{ github.workspace }} "ref/heads/${{ github.head_ref }}" ${{ github.actor }}
0 commit comments