Skip to content

Commit 53069b2

Browse files
committed
try
1 parent b7cc741 commit 53069b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview-url-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Report Preview URLs
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [opened, synchronize, reopened]
66
branches: ["develop"]
77
paths:

ci_scripts/report_preview_url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generate_preview_url() {
1616
echo "$final_url"
1717
}
1818

19-
mapfile -t all_git_files < <(git diff --name-only --diff-filter=ACMR origin/develop | sed 's#^docs/##')
19+
mapfile -t all_git_files < <(git diff --name-only --diff-filter=ACMR upstream/develop | sed 's#^docs/##')
2020

2121
output_lines=()
2222

0 commit comments

Comments
 (0)