Skip to content

Commit e7f55e4

Browse files
committed
improvise
1 parent 9930738 commit e7f55e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/mastodon-post.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
with:
11-
fetch-depth: '0'
1210
- run: |
13-
RECENTLY_ADDED_FILES=$(git log -1 --stat --grep=publish --oneline | tr '\n' ' ')
11+
RECENTLY_ADDED_FILES=$(git log -1 --stat --grep=publish --oneline --name-only | tr '\n' ' ')
1412
echo $RECENTLY_ADDED_FILES
1513
echo "RECENTLY_ADDED_FILES=$RECENTLY_ADDED_FILES" >> $GITHUB_ENV
1614
- name: Setup tmate session

0 commit comments

Comments
 (0)