We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc4404 commit 0473ecaCopy full SHA for 0473eca
.github/workflows/block-changes.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Check for changes in /nginx/module_reference
16
id: check_module_changes
17
run: |
18
- FOLDER_DIR="content/nginx/module_reference"
+ FOLDER_DIR=".github/workflows"
19
git diff origin/main -- $FOLDER_DIR > changes.txt
20
21
if [[ -s changes.txt ]]; then
0 commit comments