Skip to content

Commit fc71794

Browse files
authored
Update chmod command to make all hook files executable
1 parent b48eabd commit fc71794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_build_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Make sure the hook files are executable
36-
run: chmod +x hooks/
36+
run: chmod +x hooks/*
3737

3838
- name: Set up QEMU
3939
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)