We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a24cf commit 9592fcfCopy full SHA for 9592fcf
1 file changed
.github/workflows/o2-linter.yml
@@ -40,6 +40,7 @@ jobs:
40
run: |
41
echo "$(git log -n 1 --pretty='format:%ci %h %s %d') $(git rev-parse --abbrev-ref HEAD)"
42
echo "This is the base branch."
43
+ git branch -r
44
# Diff against the common ancestor of the source (head) branch and the target (base) branch.
45
echo "Diffing ${{ env.BRANCH_HEAD }} against ${{ env.BRANCH_BASE }}."
46
readarray -t files < <(git diff --diff-filter d --name-only ${{ env.BRANCH_BASE }}...)
0 commit comments