github actions fetch-depth

pull/624/head
Holger Müller 2023-03-15 13:02:49 +01:00
rodzic 4e06fc53cf
commit d1592ac1a3
4 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install python
run: |
sudo apt-get update

Wyświetl plik

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install python
run: |
sudo add-apt-repository ppa:deadsnakes/ppa

Wyświetl plik

@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:

Wyświetl plik

@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with: