Skip to content

Commit 9930738

Browse files
committed
another fix
1 parent 6ccaf9c commit 9930738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mastodon-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
fetch-depth: '0'
1212
- run: |
13-
RECENTLY_ADDED_FILES=$(git log -1 --stat --grep=publish --oneline)
13+
RECENTLY_ADDED_FILES=$(git log -1 --stat --grep=publish --oneline | tr '\n' ' ')
1414
echo $RECENTLY_ADDED_FILES
1515
echo "RECENTLY_ADDED_FILES=$RECENTLY_ADDED_FILES" >> $GITHUB_ENV
1616
- name: Setup tmate session

0 commit comments

Comments
 (0)