We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a578b2b commit 0a33821Copy full SHA for 0a33821
1 file changed
.github/workflows/o2-linter.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run tests
38
id: linter
39
run: |
40
- echo "$(git log -n 1 --pretty='format:%ci %h %s %d')"
+ git log -n 1 --pretty='format:%ci %h %s %d'
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