We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a33821 commit e5148eeCopy full SHA for e5148ee
1 file changed
.github/workflows/o2-linter.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run tests
38
id: linter
39
run: |
40
- git log -n 1 --pretty='format:%ci %h %s %d'
+ git log -n 1 --pretty='format:%ci %h %s %d%n'
41
# Diff against the common ancestor of the source (head) branch and the target (base) branch.
42
echo "Diffing ${{ env.BRANCH_HEAD }} against ${{ env.BRANCH_BASE }}."
43
readarray -t files < <(git diff --diff-filter d --name-only ${{ env.BRANCH_BASE }}...)
0 commit comments