File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,19 @@ jobs:
39
39
echo "changed=false" >> $GITHUB_OUTPUT
40
40
fi
41
41
- name : Execute make target 'make hugo-md' to generate markdown
42
- id : execute-make-hugo-md
43
42
if : steps.check_changes.outputs.changed == 'true'
44
43
run : |
45
44
cd dot-org-repo
46
45
echo "HI" >> changes.txt
47
46
- name : Create PR
48
47
uses : peter-evans/create-pull-request@v7
48
+ if : steps.check_changes.outputs.changed == 'true'
49
49
with :
50
50
commit-message : " chore: Update nginx plus module reference from detected changes in nginx/nginx.org"
51
51
labels : product/nginx-plus, dependencies, module-reference
52
52
base : main
53
53
branch : update-nginx-module-ref
54
54
title : ' NGINX Plus - Module Ref: Update content for content/nginx due to detected changes'
55
- body : ' ### Proposed Changes\nUpdated NGINX Plus docs'
55
+ body : |
56
+ ### Proposed Changes
57
+ Updated NGINX Plus docs.
You can’t perform that action at this time.
0 commit comments