Skip to content

Commit

Permalink
git diff origin/master... --name-only > git_diff.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Mar 1, 2020
1 parent 9a258f2 commit 95e5739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpplint_modified_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 master... --name-only > git_diff.txt
- run: git diff origin/master... --name-only > git_diff.txt
- name: cpplint_modified_files
shell: python
run: |
Expand Down

0 comments on commit 95e5739

Please sign in to comment.