Skip to content

Commit

Permalink
using name only flag for getting changed pr files (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hoang <[email protected]>
  • Loading branch information
mike-hoang authored Apr 11, 2023
1 parent f5a3c2d commit e2ecffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/get_stacks.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

diff=$(git diff origin/main HEAD --stat)
diff=$(git diff origin/main HEAD --name-only)

changed_stacks=()

Expand Down

0 comments on commit e2ecffc

Please sign in to comment.