fix checkout?
Infrastructure / Check infrastructure definitions (pull_request) Successful in 1m29s Details

This commit is contained in:
Gleb Koval 2023-08-29 01:56:06 +01:00
parent 7b7f9f5999
commit e9559c939a
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Setup Python
uses: actions/setup-python@v4