diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index aa4cd89b..a21391fc 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -10,10 +10,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - with: - repository: ${{ github.event.pull_request.head.repo.full_name }} - ref: ${{ github.event.pull_request.head.ref }} - fetch-depth: 0 - name: Generate a changelog uses: orhun/git-cliff-action@v1