Skip to content

Commit 2875b8e

Browse files
committed
Change message
1 parent 9592fcf commit 2875b8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/o2-linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fi
3030
echo BRANCH_HEAD="$branch_head" >> "$GITHUB_ENV"
3131
echo BRANCH_BASE="$branch_base" >> "$GITHUB_ENV"
32-
echo "This is the base branch."
32+
echo "This is the head branch."
3333
- name: Checkout Code
3434
uses: actions/checkout@v6
3535
with:
@@ -39,8 +39,8 @@ jobs:
3939
id: linter
4040
run: |
4141
echo "$(git log -n 1 --pretty='format:%ci %h %s %d') $(git rev-parse --abbrev-ref HEAD)"
42-
echo "This is the base branch."
4342
git branch -r
43+
echo "This is the head branch."
4444
# Diff against the common ancestor of the source (head) branch and the target (base) branch.
4545
echo "Diffing ${{ env.BRANCH_HEAD }} against ${{ env.BRANCH_BASE }}."
4646
readarray -t files < <(git diff --diff-filter d --name-only ${{ env.BRANCH_BASE }}...)

0 commit comments

Comments
 (0)