Skip to content

Resource not accessible by integrationΒ #253

@patrickelectric

Description

@patrickelectric

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)"

image

Expected behaviour

To fetch the current PR

Actual behaviour

It's failing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions