Skip to content

Commit

Permalink
Fix diff in leaves action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Oct 13, 2023
1 parent 8422867 commit c8678bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/github/log/leaf_validator/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function main {
echo "::debug:Pending leaf directory is ${PENDING_DIR}"

# Now grab a list of all the modified/added/removed files in the PR
FILES=$(git diff origin/master HEAD --name-only)
FILES=$(git diff --name-only ${GITHUB_BASE_REF})

local has_non_log_files=0
local has_log_pending_files=0
Expand Down

0 comments on commit c8678bd

Please sign in to comment.