From a8ef8a62d64c3bf9a06d344c5c563c8b13497acb Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 17 Feb 2020 14:04:32 +0100 Subject: [PATCH] git remote -v ; git branch --- .github/workflows/cpplint_modified_files.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cpplint_modified_files.yml b/.github/workflows/cpplint_modified_files.yml index e77c46de3..d15724341 100644 --- a/.github/workflows/cpplint_modified_files.yml +++ b/.github/workflows/cpplint_modified_files.yml @@ -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