-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
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/[email protected]
- 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
roman-parkhunovskyi and mahula
Metadata
Metadata
Assignees
Labels
No labels
