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 9b41ea0 commit 752b69dCopy full SHA for 752b69d
.github/workflows/preview-url-report.yml
@@ -19,6 +19,10 @@ jobs:
19
with:
20
fetch-depth: 0
21
22
+ - name: Fetch base branch
23
+ run: |
24
+ git fetch origin develop:develop
25
+
26
- name: Generate comment body
27
id: generate-comment
28
run: |
ci_scripts/report_preview_url.sh
@@ -16,7 +16,7 @@ generate_preview_url() {
16
echo "$final_url"
17
}
18
-mapfile -t all_git_files < <(git diff --name-only --diff-filter=ACMR upstream/develop | sed 's#^docs/##')
+mapfile -t all_git_files < <(git diff --name-only --diff-filter=ACMR origin/develop | sed 's#^docs/##')
output_lines=()
0 commit comments