Skip to content

Commit

Permalink
git remote -v ; git branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 17, 2020
1 parent 05957b5 commit a8ef8a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cpplint_modified_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- run: python -m pip install cpplint
- 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
- name: cpplint_modified_files
Expand Down

0 comments on commit a8ef8a6

Please sign in to comment.