Skip to content

Commit 642c7b7

Browse files
authored
fix diff filename
1 parent 809ddd8 commit 642c7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awesome_forkflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- run: git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
147147
- run: git pull
148148
- run: git diff --diff-filter=dr --name-only origin/master > git_diff.txt
149-
- run: echo "Files changed-- `cat diff.txt`"
149+
- run: echo "Files changed-- `cat git_diff.txt`"
150150
- name: cpplint_modified_files
151151
shell: python
152152
run: |

0 commit comments

Comments
 (0)