Skip to content

Commit

Permalink
Use base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-bal committed Jan 15, 2025
1 parent 130c1d7 commit 12dc618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
AFTER="$(mktemp -d)"
scripts/gen-deps.sh "${AFTER}"
git checkout origin/master
# GITHUB_BASE_REF is set when the job is triggered by a PR.
git checkout origin/"${GITHUB_BASE_REF:-master}"
scripts/gen-deps.sh "${BEFORE}"
echo "Comparing dependencies..."
Expand Down

0 comments on commit 12dc618

Please sign in to comment.