Skip to content

Commit 9592fcf

Browse files
committed
Print branches
1 parent 86a24cf commit 9592fcf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/o2-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
echo "$(git log -n 1 --pretty='format:%ci %h %s %d') $(git rev-parse --abbrev-ref HEAD)"
4242
echo "This is the base branch."
43+
git branch -r
4344
# Diff against the common ancestor of the source (head) branch and the target (base) branch.
4445
echo "Diffing ${{ env.BRANCH_HEAD }} against ${{ env.BRANCH_BASE }}."
4546
readarray -t files < <(git diff --diff-filter d --name-only ${{ env.BRANCH_BASE }}...)

0 commit comments

Comments
 (0)