Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmch91 committed Jun 26, 2024
1 parent bad7c68 commit f67a1f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci-scripts/deprecated-annotation-validator.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env bash

changed_files=$(git diff --name-only origin/main..HEAD)
BASE_BRANCH=${GITHUB_BASE_REF:-main}

git fetch origin $BASE_BRANCH

changed_files=$(git diff --name-only origin/$BASE_BRANCH..HEAD)

invalid_files=()

Expand Down

0 comments on commit f67a1f3

Please sign in to comment.