Skip to content

Commit 00a0610

Browse files
committed
Dummy
1 parent d1b0073 commit 00a0610

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
name: Create PR in documentation repository
3737
runs-on: ubuntu-latest
3838
steps:
39+
- name: Checkout Repository
40+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
41+
with:
42+
fetch-depth: 0
43+
3944
- name: Create a new branch
4045
run: gh pr create -B main -H new_module_changes --title 'NGINX Plus - Module Ref - Update content for content/nginx due to detected changes' --body '### Proposed Changes\nUpdated NGINX Plus docs'
4146
env:

0 commit comments

Comments
 (0)