Skip to content

Commit 6ac9cb8

Browse files
explicitly fetch the base branch
1 parent d2fc882 commit 6ac9cb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/android.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24+
# Explicitly fetch the base branch
25+
- name: Fetch base branch
26+
run: |
27+
git fetch origin $GITHUB_BASE_REF
28+
2429
- name: check for relevant changes
2530
id: check_changes
2631
run: |

0 commit comments

Comments
 (0)