chore: remove repository ref from changelog workflow

This commit is contained in:
bcakmakoglu
2022-06-16 23:10:26 +02:00
parent c866df6d06
commit b4d123cab5

View File

@@ -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