git diff origin/master HEAD --name-onl

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

View File

@ -17,7 +17,7 @@ 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 origin/master... --name-only > git_diff.txt
- run: git diff origin/master HEAD --name-only > git_diff.txt
- name: cpplint_modified_files
shell: python
run: |