Skip to content

Commit d016045

Browse files
committed
modified: .github/workflows/recent-posts.yml
- Reduced diff to file name only.
1 parent 5009998 commit d016045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recent-posts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Commit README
1717
run: |
18-
echo $(git diff)
18+
echo $(git diff --name-only)
1919
git config user.email [email protected]
2020
git config user.name github-actions
2121
git add .

0 commit comments

Comments
 (0)