git diff --diff-filter=am --name-only master HEAD || true

This commit is contained in:
Christian Clauss 2020-03-01 14:44:44 +01:00 committed by GitHub
parent 10cff7b97f
commit e13f4f4183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,10 @@ jobs:
- run: git remote -v
- run: git branch
#- run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
- run: git diff --diff-filter=am --name-only master HEAD || true
- run: git diff --name-only origin/master HEAD || true
- run: git diff --name-only upstream/master HEAD || true
- run: git diff origin/master HEAD --name-only || true
- run: git diff origin/master HEAD --name-only > git_diff.txt
- name: cpplint_modified_files
shell: python