Skip to content

Commit

Permalink
add fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Feb 29, 2024
1 parent c451be7 commit 86ce25c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/github/files_between_commits.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#!/bin/sh

branch=${1#refs/}
branch=$1
hash=$2

git fetch origin

# root folder of added files
git diff --color --name-only --diff-filter=A ${branch}..${hash} | cut -d/ -f1 || exit 1

Expand Down

0 comments on commit 86ce25c

Please sign in to comment.