mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Checkout head
This commit is contained in:
parent
ab1b99af5d
commit
19e7c1266a
1 changed files with 5 additions and 1 deletions
6
.github/workflows/pull_request_changelog.yml
vendored
6
.github/workflows/pull_request_changelog.yml
vendored
|
|
@ -12,7 +12,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
name: "Check that changes is described"
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: "Checkout code"
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: '0'
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue