Subject of the issue
The action is not working
Your git environment
I have a step that is like that:
- name: Fetch PR
if: ${{ github.event.pull_request }}
uses: 8BitJonny/gh-get-current-pr@2.2.0
- name: Rebase PR with target
if: ${{ github.event.pull_request }}
run: |
git rebase $GITHUB_BASE_REF
git log $GITHUB_BASE_REF..HEAD --pretty=format:"%h - %s (%an)"

Expected behaviour
To fetch the current PR
Actual behaviour
It's failing
Subject of the issue
The action is not working
Your git environment
I have a step that is like that:
Expected behaviour
To fetch the current PR
Actual behaviour
It's failing