Skip to content

Commit

Permalink
explicitly fetch the base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-guardiola committed Sep 6, 2024
1 parent d2fc882 commit 6ac9cb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
fetch-depth: 0

# Explicitly fetch the base branch
- name: Fetch base branch
run: |
git fetch origin $GITHUB_BASE_REF
- name: check for relevant changes
id: check_changes
run: |
Expand Down

0 comments on commit 6ac9cb8

Please sign in to comment.