mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fetch correct state
This commit is contained in:
parent
78efccdd56
commit
ab1b99af5d
2 changed files with 47 additions and 43 deletions
6
.github/workflows/pull_request_changelog.yml
vendored
6
.github/workflows/pull_request_changelog.yml
vendored
|
|
@ -21,7 +21,11 @@ jobs:
|
|||
run: pip install towncrier
|
||||
|
||||
- name: "Check changelog"
|
||||
run: towncrier check --compare-with ${{ github.base_ref }}
|
||||
env:
|
||||
BASE_BRANCH: ${{ github.base_ref }}
|
||||
run: |
|
||||
git fetch --no-tags origin +refs/heads/${BASE_BRANCH}:refs/remotes/origin/${BASE_BRANCH}
|
||||
towncrier check --compare-with origin/${BASE_BRANCH}
|
||||
|
||||
- if: "failure()"
|
||||
run: echo "FAILED"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue