Skip to content

Commit c48fd33

Browse files
authored
Change exit code from 0 to 1 in git-clean workflow
1 parent b38766b commit c48fd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-clean.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
submodules: recursive
1414
fetch-depth: 0
1515

16-
- run: exit 0
16+
- run: exit 1
1717

1818
# - name: Install Nix 1/2
1919
# uses: DeterminateSystems/nix-installer-action@main

0 commit comments

Comments
 (0)