Skip to content

Commit c6556e3

Browse files
committed
Added fetch-depth: 0 to checkout to avoid shallow update not allowed by GitLab
1 parent 0a5e9b3 commit c6556e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync-changes-to-gitlab.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
repository: awesome-scripts/awesome-userscripts
2323
path: awesome-scripts/awesome-userscripts
24+
fetch-depth: 0
2425

2526
- name: Escape backticks in commit msg
2627
env:

0 commit comments

Comments
 (0)