From b4d123cab54d579019e58c528d31847076a9a46d Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 16 Jun 2022 23:10:26 +0200 Subject: [PATCH] chore: remove repository ref from changelog workflow --- .github/workflows/changelog.yml | 4 ---- 1 file changed, 4 deletions(-) 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