fetch all history for all branches and tags

This commit is contained in:
David Refoua 2023-04-23 23:47:28 +03:30 committed by GitHub
parent d838f861af
commit 23488fcbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ jobs:
# Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
- uses: actions/checkout@v3
with:
ref: development
fetch-depth: 0 # fetch all history for all branches and tags
# Runs a single command using the runners shell
- name: Merge master into development