git remote -v ; git branch

This commit is contained in:
Christian Clauss
2020-02-17 14:04:32 +01:00
committed by GitHub
parent 05957b562c
commit a8ef8a62d6

View File

@@ -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