Skip to content

Commit eb9734c

Browse files
author
kiran-garre
committed
Reorder checkout step
1 parent 80dbe74 commit eb9734c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs-generator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
pull-requests: write
2525

2626
steps:
27+
- name: Checkout repository
28+
uses: actions/checkout@v4
29+
2730
- name: Configure AWS credentials
2831
uses: aws-actions/configure-aws-credentials@v4
2932
with:
@@ -42,9 +45,6 @@ jobs:
4245
chmod +x docs-generation/read-pr.sh
4346
chmod +x docs-generation/update-docs.sh
4447
45-
- name: Checkout repository
46-
uses: actions/checkout@v4
47-
4848
- name: Generate PR contents file
4949
run: bash docs-generation/read-pr.sh ${{ inputs.pr_number }}
5050

0 commit comments

Comments
 (0)