workflow fix #371

Merged
vtolstov merged 5 commits from workflowfix into v3 2024-12-10 01:40:56 +03:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 90bed77526 - Show all commits

View File

@ -14,8 +14,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
#with:
# filter: 'blob:none'
with:
filter: 'blob:none'
- name: setup-go
uses: actions/setup-go@v5
with:

View File

@ -19,8 +19,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
#with:
# filter: 'blob:none'
with:
filter: 'blob:none'
- name: setup-go
uses: actions/setup-go@v5
with: