We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccaf9c commit 9930738Copy full SHA for 9930738
.github/workflows/mastodon-post.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
fetch-depth: '0'
12
- run: |
13
- RECENTLY_ADDED_FILES=$(git log -1 --stat --grep=publish --oneline)
+ RECENTLY_ADDED_FILES=$(git log -1 --stat --grep=publish --oneline | tr '\n' ' ')
14
echo $RECENTLY_ADDED_FILES
15
echo "RECENTLY_ADDED_FILES=$RECENTLY_ADDED_FILES" >> $GITHUB_ENV
16
- name: Setup tmate session
0 commit comments