add retries and fetch depth to checkout step
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
This commit is contained in:
parent
308fa4d197
commit
9faa3b14d3
@ -20,6 +20,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
retries: 2
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Install bump2version
|
||||
run: pip install bump2version
|
||||
|
Reference in New Issue
Block a user