Skip to content

Commit 189ac02

Browse files
committed
Dummy
1 parent 286b09e commit 189ac02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/block-changes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
id: check_module_changes
1717
run: |
1818
FOLDER_DIR="content/nginx/module_reference"
19-
19+
2020
if git diff origin/main -- $FOLDER_DIR; then
21+
echo "Changes detected for $FOLDER_DIR"
2122
echo "CHANGES_DETECTED=true" >> $GITHUB_OUTPUT
2223
else
2324
echo "CHANGES_DETECTED=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)