Update checkout action to fetch full history
This commit is contained in:
2
.github/workflows/push_main.yml
vendored
2
.github/workflows/push_main.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6.0.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user