We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809ddd8 commit 642c7b7Copy full SHA for 642c7b7
.github/workflows/awesome_forkflow.yml
@@ -146,7 +146,7 @@ jobs:
146
- run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
147
- run: git pull
148
- run: git diff --diff-filter=dr --name-only origin/master > git_diff.txt
149
- - run: echo "Files changed-- `cat diff.txt`"
+ - run: echo "Files changed-- `cat git_diff.txt`"
150
- name: cpplint_modified_files
151
shell: python
152
run: |
0 commit comments