Skip to content

Commit d19ec25

Browse files
committed
Small tweaks
1 parent 8f2db4f commit d19ec25

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dot-org-content.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,19 @@ jobs:
3939
echo "changed=false" >> $GITHUB_OUTPUT
4040
fi
4141
- name: Execute make target 'make hugo-md' to generate markdown
42-
id: execute-make-hugo-md
4342
if: steps.check_changes.outputs.changed == 'true'
4443
run: |
4544
cd dot-org-repo
4645
echo "HI" >> changes.txt
4746
- name: Create PR
4847
uses: peter-evans/create-pull-request@v7
48+
if: steps.check_changes.outputs.changed == 'true'
4949
with:
5050
commit-message: "chore: Update nginx plus module reference from detected changes in nginx/nginx.org"
5151
labels: product/nginx-plus, dependencies, module-reference
5252
base: main
5353
branch: update-nginx-module-ref
5454
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.

0 commit comments

Comments
 (0)